guix/src/nix-env
Eelco Dolstra 8992fce3da * It is now possible to add store derivations or paths directly to a
user environment, e.g.,

    $ nix-env -i /nix/store/z58v41v21xd3ywrqk1vmvdwlagjx7f10-aterm-2.3.1.drv

  or 

    $ nix-env -i /nix/store/hsyj5pbn0d9iz7q0aj0fga7cpaadvp1l-aterm-2.3.1

  This is useful because it allows Nix expressions to be bypassed
  entirely.  For instance, if only a nix-pull manifest is provided,
  plus the top-level path of some component, it can be installed
  without having to supply the Nix expression (e.g., for obfuscation,
  or to be independent of Nix expression language changes or context
  dependencies).
2005-02-14 17:35:10 +00:00
..
Makefile.am * Don't create $(localstatedir)/nix/profiles if --disable-init-state 2004-04-22 07:47:41 +00:00
help.txt * Refactoring to support different installation sources in nix-env. 2005-02-11 16:56:45 +00:00
main.cc * It is now possible to add store derivations or paths directly to a 2005-02-14 17:35:10 +00:00
names.cc * Operation `--delete-generations' to delete generations of a 2004-09-10 13:32:08 +00:00
names.hh * In `--upgrade': added flags `--lt', `--leq', `--always' to specify 2004-02-09 11:59:39 +00:00
profiles.cc * Refactoring. Hope this doesn't break the semantics of `-u' ;-) 2005-02-14 16:16:02 +00:00
profiles.hh * Refactoring. Hope this doesn't break the semantics of `-u' ;-) 2005-02-14 16:16:02 +00:00