guix/src/nix-env
Eelco Dolstra 292d6468ec * Nix-env operations now by default filter out any derivations for
system types other than the current system.  I.e., `nix-env -i'
  won't install derivations for other system types, and `nix-env -q'
  won't show them.  The flag `--system-filter SYSTEM' can be used to
  override the system type used for filtering (but not for
  building!).  The value `*' can be used not to filter anything.
2004-07-01 13:56:56 +00:00
..
help.txt * In --upgrade': added flags --lt', --leq', --always' to specify 2004-02-09 11:59:39 +00:00
main.cc * Nix-env operations now by default filter out any derivations for 2004-07-01 13:56:56 +00:00
Makefile.am * Don't create $(localstatedir)/nix/profiles if --disable-init-state 2004-04-22 07:47:41 +00:00
names.cc * In --upgrade': added flags --lt', --leq', --always' to specify 2004-02-09 11:59:39 +00:00
names.hh * In --upgrade': added flags --lt', --leq', --always' to specify 2004-02-09 11:59:39 +00:00
profiles.cc * Include some missing headers. 2004-07-01 11:11:16 +00:00
profiles.hh * When creating a new generation, also make the normal form of the 2004-02-11 10:25:31 +00:00