guix/src/libexpr
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
..
eval.cc * Allow integer bindings in derivations. 2003-11-25 12:05:48 +00:00
eval.hh * Refactoring: put the Nix expression evaluator in its own library so 2003-11-19 11:35:41 +00:00
fix-expr.cc * Refactoring: put the Nix expression evaluator in its own library so 2003-11-19 11:35:41 +00:00
fix-expr.hh * Refactoring: put the Nix expression evaluator in its own library so 2003-11-19 11:35:41 +00:00
Makefile.am * More `make dist' fixes. 2003-11-25 13:01:21 +00:00
nix.sdf * Maintain integrity of the substitute and successor mappings when 2003-11-22 18:45:56 +00:00
nixexpr.cc * Refactoring: put the Nix expression evaluator in its own library so 2003-11-19 11:35:41 +00:00
nixexpr.hh * Refactoring: put the Nix expression evaluator in its own library so 2003-11-19 11:35:41 +00:00
parser.cc * Implemented Eelco V.'s `nix-env -I' command to specify the default 2004-01-05 16:26:43 +00:00
parser.hh * Maintain integrity of the substitute and successor mappings when 2003-11-22 18:45:56 +00:00
primops.cc * Allow integer bindings in derivations. 2003-11-25 12:05:48 +00:00
primops.hh * Refactoring: put the Nix expression evaluator in its own library so 2003-11-19 11:35:41 +00:00