with import {}; stdenv.mkDerivation { name = "env"; nativeBuildInputs = [ pkg-config ]; buildInputs = [ cryptsetup ]; }