diff --git a/pkgs/misc/my-env/default.nix b/pkgs/misc/my-env/default.nix index eb319b1c9b34..490061e1e96c 100644 --- a/pkgs/misc/my-env/default.nix +++ b/pkgs/misc/my-env/default.nix @@ -25,15 +25,14 @@ buildInputs = [ libtool stdenv perl curl bzip2 openssl aterm242fixes db45 autoconf automake zlib ]; cTags = [ aterm242fixes]; }; - [...] }; } Put this into your .bashrc - loadEnv(){ . "${HOME}/.nix-profile/dev-envs/${1}" } + loadEnv(){ . "${HOME}/.nix-profile/dev-envs/${1}"; } - then nix-env -iA ...nixEnv + then nix-env -iA env-nix and $ loadEnv postgresql