lix/src/libutil
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
..
archive.cc
archive.hh
aterm-map.cc
aterm-map.hh * Cleanup. 2007-01-13 14:21:49 +00:00
aterm.cc
aterm.hh
hash.cc * `nix-store --export --sign': sign the Nix archive using the RSA key 2007-02-21 14:31:42 +00:00
hash.hh * `nix-store --export --sign': sign the Nix archive using the RSA key 2007-02-21 14:31:42 +00:00
Makefile.am
md5.c
md5.h
md32_common.h
serialise.cc
serialise.hh
sha1.c
sha1.h
sha256.c
sha256.h
types.hh * Get rid of the substitutes database table (NIX-47). Instead, if we 2007-08-12 00:29:28 +00:00
util.cc * nix-env -e: support uninstalling by path, so that one can say 2007-11-29 16:18:24 +00:00
util.hh * Delete the chroot directory automatically. 2007-10-27 16:06:38 +00:00
xml-writer.cc
xml-writer.hh