guix/src/nix-env
Eelco Dolstra 633518628f * nix-env -e: support uninstalling by path, so that one can say
$ nix-env -e $(which firefox)

  or

    $ nix-env -e /nix/store/nywzlygrkfcgz7dfmhm5xixlx1l0m60v-pan-0.132

* nix-env -i: if an argument contains a slash anywhere, treat it as a
  path and follow it through symlinks into the Nix store.  This allows
  things like

    $ nix-build -A firefox
    $ nix-env -i ./result

* nix-env -q/-i/-e: don't complain when the `*' selector doesn't match
  anything.  In particular, `nix-env -q \*' doesn't fail anymore on an
  empty profile.
2007-11-29 16:18:24 +00:00
..
help.txt * Make the --prebuilt-only' / -b' option work not just for queries 2007-10-29 14:31:45 +00:00
Makefile.am * Doh! 2006-12-07 22:07:05 +00:00
names.cc
names.hh
nix-env.cc * nix-env -e: support uninstalling by path, so that one can say 2007-11-29 16:18:24 +00:00
profiles.cc * Allow unprivileged users to run the garbage collector and to do 2006-12-05 02:18:46 +00:00
profiles.hh