lix/tests
Eelco Dolstra a64bbe049e * Change the scoping of "inherit (e) ..." in recs so that the
attributes of the rec are in scope of `e'.  This is useful in
  expressions such as

    rec {
      lib = import ./lib;
      inherit (lib) concatStrings;
    }

  It does change the semantics of expressions such as

    let x = {y = 1;}; in rec { x = {y = 2;}; inherit (x) y; }.y

  This now returns 2 instead of 1.  However, no code in Nixpkgs or
  NixOS seems to rely on the old behaviour.
2009-05-15 13:46:13 +00:00
..
lang * Change the scoping of "inherit (e) ..." in recs so that the 2009-05-15 13:46:13 +00:00
add.sh
build-hook.hook.sh * Simplify communication with the hook a bit (don't use file 2009-03-28 19:29:55 +00:00
build-hook.nix
build-hook.sh
check-refs.nix
check-refs.sh
common.sh.in
config.nix.in
dependencies.builder0.sh
dependencies.builder1.sh
dependencies.builder2.sh
dependencies.nix
dependencies.sh
export-graph.nix
export-graph.sh
export.sh
fallback.sh
filter-source.nix
filter-source.sh
fixed.builder1.sh
fixed.builder2.sh
fixed.nix
fixed.sh
gc-concurrent.builder.sh
gc-concurrent.nix
gc-concurrent.sh
gc-concurrent2.builder.sh
gc-runtime.nix
gc-runtime.sh
gc.sh
hash-check.nix
hash.sh
init.sh
install-package.sh
lang.sh
logging.sh
Makefile.am
misc.sh
negative-caching.nix
negative-caching.sh
nix-build.sh
nix-pull.sh
nix-push.sh
parallel.builder.sh
parallel.nix
parallel.sh * Make the poll interval configurable. 2009-03-30 11:34:03 +00:00
referrers.sh
remote-store.sh
simple.builder.sh
simple.nix
simple.sh
substituter.sh
substituter2.sh
substitutes.sh
substitutes2.sh * Do a substitution even if --max-jobs == 0. 2009-03-31 21:14:07 +00:00
user-envs.builder.sh
user-envs.nix
user-envs.sh
verify.sh