lix/tests
Eelco Dolstra 0064599a27 * String interpolation. Expressions like
"--with-freetype2-library=" + freetype + "/lib"

  can now be written as

    "--with-freetype2-library=${freetype}/lib"

  An arbitrary expression can be enclosed within ${...}, not just
  identifiers.

* Escaping in string literals: \n, \r, \t interpreted as in C, any
  other character following \ is interpreted as-is.
  
* Newlines are now allowed in string literals.
2006-05-01 14:01:47 +00:00
..
lang * String interpolation. Expressions like 2006-05-01 14:01:47 +00:00
add.sh
build-hook.hook.sh
build-hook.nix.in
build-hook.sh
common.sh.in
dependencies.builder0.sh
dependencies.builder1.sh
dependencies.builder2.sh
dependencies.nix.in * Allow string concatenations involving derivations, e.g., 2006-05-01 09:56:56 +00:00
dependencies.sh
fallback.nix.in
fallback.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.sh
hash.sh
init.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
simple.builder.sh
simple.nix.in
simple.sh
substituter.sh
substituter2.sh
substitutes.nix.in
substitutes.sh
substitutes2.nix.in
substitutes2.sh
user-envs.builder.sh
user-envs.nix.in
user-envs.sh
verify.sh