guix/src/libexpr
Eelco Dolstra f958bcdf1f * Added an operator `~' to select paths within a derivation. E.g.,
{stdenv, bash}: derivation {
      builder = bash ~ /bin/sh;
      args = ["-e" "-x" ./builder.sh];
      ...
    }

  Here the attribute `builder' will evaluate to, e.g.,
  `/nix/store/1234abcd...-bash-2.0.1/bin/sh'.
2004-03-28 20:58:28 +00:00
..
Makefile.am * Allow linking against an external Berkeley DB / ATerm library. 2004-02-16 16:37:16 +00:00
eval.cc * Added an operator `~' to select paths within a derivation. E.g., 2004-03-28 20:58:28 +00:00
eval.hh * Use a map to lookup primops. 2004-02-04 16:03:29 +00:00
lexer.l * Added plain lambdas, e.g., `let { id = x: x; const = x: y: x; }'. 2004-03-28 20:34:22 +00:00
nixexpr.cc * Added plain lambdas, e.g., `let { id = x: x; const = x: y: x; }'. 2004-03-28 20:34:22 +00:00
nixexpr.hh * Use a map to lookup primops. 2004-02-04 16:03:29 +00:00
parser.cc * Extended the `inherit' syntax to optionally select attributes from 2004-02-04 17:23:26 +00:00
parser.hh * Use a map to lookup primops. 2004-02-04 16:03:29 +00:00
parser.y * Added an operator `~' to select paths within a derivation. E.g., 2004-03-28 20:58:28 +00:00
primops.cc * Added an operator `~' to select paths within a derivation. E.g., 2004-03-28 20:58:28 +00:00
primops.hh * Use a map to lookup primops. 2004-02-04 16:03:29 +00:00