Files
lix/src/libexpr
Eelco Dolstra 7974aae81c * New primop: builtins.toFile, which writes a string into the store
and returns its path.  This can be used to (for instance) write
  builders inside a Nix expression, e.g.,

  stdenv.mkDerivation {
    builder = "
      source $stdenv/setup
      ...
    ";
    ...
  }
2006-09-01 12:07:31 +00:00
..
2006-08-24 14:16:55 +00:00
2006-08-24 14:16:55 +00:00
2006-08-24 14:16:55 +00:00
2006-03-23 16:37:49 +00:00
2006-08-04 17:07:13 +00:00
2004-02-04 16:03:29 +00:00