lix/src/nix-store
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
..
dotgraph.cc * Refactoring. There is now an abstract interface class StoreAPI 2006-11-30 17:43:04 +00:00
dotgraph.hh * Use a proper namespace. 2006-09-04 21:06:23 +00:00
help.txt * New command `nix-store --optimise' to reduce Nix store disk space 2007-10-09 22:14:27 +00:00
Makefile.am * Doh! 2006-12-07 22:07:05 +00:00
nix-store.cc * nix-env -e: support uninstalling by path, so that one can say 2007-11-29 16:18:24 +00:00