lix/src
Eelco Dolstra 4a373a3e9a * Implemented Eelco V.'s `nix-env -I' command to specify the default
path of the Nix expression to be used with the import, upgrade, and
  query commands.  For instance,

  $ nix-env -I ~/nixpkgs/pkgs/system/i686-linux.nix

  $ nix-env --query --available   [aka -qa]
  sylpheed-0.9.7
  bison-1.875
  pango-1.2.5
  subversion-0.35.1
  ...

  $ nix-env -i sylpheed

  $ nix-env -u subversion

  There can be only one default at a time.

* If the path to a Nix expression is a symlink, follow the symlink
  prior to resolving relative path references in the expression.
2004-01-05 16:26:43 +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 * Implemented Eelco V.'s `nix-env -I' command to specify the default 2004-01-05 16:26:43 +00:00
libmain * GCC 2.95 compatibility. 2003-12-22 16:40:46 +00:00
libstore * Implemented Eelco V.'s `nix-env -I' command to specify the default 2004-01-05 16:26:43 +00:00
libutil * Implemented Eelco V.'s `nix-env -I' command to specify the default 2004-01-05 16:26:43 +00:00
nix-env * Implemented Eelco V.'s `nix-env -I' command to specify the default 2004-01-05 16:26:43 +00:00
nix-hash * Add missing files to `make dist'. 2003-12-02 12:37:37 +00:00
nix-instantiate * Add missing files to `make dist'. 2003-12-02 12:37:37 +00:00
nix-store * RPM spec file. 2003-12-30 20:09:00 +00:00
Makefile.am * nix-env: a tool to manage user environments. 2003-11-19 17:27:16 +00:00