nix-super/src
Eelco Dolstra 9d25466b34 * An attribute set update operator (//). E.g.,
{x=1; y=2; z=3;} // {y=4;}  =>  {x=1; y=4; z=3;}
2004-02-04 16:49:51 +00:00
..
bin2c * "Fix expression" -> "Nix expression". 2003-11-18 12:06:07 +00:00
boost * GCC 2.95 compatibility. 2003-12-22 16:40:46 +00:00
libexpr * An attribute set update operator (//). E.g., 2004-02-04 16:49:51 +00:00
libmain * Sort `nix-env -q' output by derivation name. 2004-02-02 10:51:54 +00:00
libstore * Catch SIGINT to terminate cleanly when the user tries to interrupt 2004-01-15 20:23:55 +00:00
libutil * Catch SIGINT to terminate cleanly when the user tries to interrupt 2004-01-15 20:23:55 +00:00
nix-env * Use a map to lookup primops. 2004-02-04 16:03:29 +00:00
nix-hash * Add missing files to `make dist'. 2003-12-02 12:37:37 +00:00
nix-instantiate * Use a map to lookup primops. 2004-02-04 16:03:29 +00:00
nix-store * Option --force-realise' in nix-store --query'. 2004-01-09 14:18:28 +00:00
Makefile.am * nix-env: a tool to manage user environments. 2003-11-19 17:27:16 +00:00