lix/tests
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
..
lang * New primop `readFile' to get the contents of a file as a string. 2007-11-21 13:49:59 +00:00
add.sh
build-hook.hook.sh
build-hook.nix.in
build-hook.sh
check-refs.nix.in
check-refs.sh
common.sh.in
dependencies.builder0.sh
dependencies.builder1.sh
dependencies.builder2.sh
dependencies.nix.in
dependencies.sh
dummy
fallback.sh
filter-source.nix.in
filter-source.sh
fixed.builder1.sh
fixed.builder2.sh
fixed.nix.in
fixed.sh
gc-concurrent.builder.sh
gc-concurrent.nix.in
gc-concurrent.sh
gc-concurrent2.builder.sh
gc-concurrent2.nix.in
gc-runtime.nix.in
gc-runtime.sh
gc.sh
hash-check.nix
hash.sh
init.sh
install-package.sh
lang.sh
locking.builder.sh
locking.nix.in
locking.sh
logging.sh
Makefile.am
misc.sh
nix-build.sh
nix-pull.sh
nix-push.sh
parallel.builder.sh
parallel.nix.in
parallel.sh
referrers.sh
remote-store.sh
simple.builder.sh
simple.nix.in
simple.sh
substituter.sh
substituter2.sh
substitutes.sh
substitutes2.sh
user-envs.builder.sh
user-envs.nix.in
user-envs.sh * nix-env -e: support uninstalling by path, so that one can say 2007-11-29 16:18:24 +00:00
verify.sh