lix/src
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
..
bin2c * "Fix expression" -> "Nix expression". 2003-11-18 12:06:07 +00:00
boost * Install header files in /nix/include/nix. 2006-09-04 22:41:36 +00:00
bsdiff-4.3 * Print a better error message when writing the patched file (e.g., 2006-02-01 17:28:13 +00:00
libexpr * New primop `readFile' to get the contents of a file as a string. 2007-11-21 13:49:59 +00:00
libmain * Flag `--no-build-hook' to disable distributed builds. 2007-11-16 16:15:26 +00:00
libstore * nix-env -e: support uninstalling by path, so that one can say 2007-11-29 16:18:24 +00:00
libutil * nix-env -e: support uninstalling by path, so that one can say 2007-11-29 16:18:24 +00:00
nix-env * nix-env -e: support uninstalling by path, so that one can say 2007-11-29 16:18:24 +00:00
nix-hash * Use a proper namespace. 2006-09-04 21:06:23 +00:00
nix-instantiate * Option --argstr for passing string arguments easily. (NIX-75) 2007-01-14 12:32:44 +00:00
nix-log2xml * Support for srcdir != builddir (NIX-41). 2006-05-12 11:47:45 +00:00
nix-setuid-helper * Remove a warning. 2007-04-16 14:45:25 +00:00
nix-store * nix-env -e: support uninstalling by path, so that one can say 2007-11-29 16:18:24 +00:00
nix-worker * Flag `--no-build-hook' to disable distributed builds. 2007-11-16 16:15:26 +00:00
aterm-helper.pl * Big cleanup of the semantics of paths, strings, contexts, string 2006-10-16 15:55:34 +00:00
Makefile.am * Start of the setuid helper (the program that performs the operations 2006-12-06 01:24:02 +00:00