mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 15:36:47 +03:00
added a few fixes from the discussion on irc with marc weber
svn path=/nixpkgs/trunk/; revision=33072
This commit is contained in:
parent
73f9e302a0
commit
0416bc1ddb
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user