Skip to content
Snippets Groups Projects
Commit db3e644c authored by Eelco Dolstra's avatar Eelco Dolstra
Browse files

* Added plain lambdas, e.g., `let { id = x: x; const = x: y: x; }'.

  `bla:' is now no longer parsed as a URL.

* Re-enabled support for the `args' attribute in derivations to
  specify command line arguments to the builder, e.g.,

    ...
    builder = /usr/bin/python;
    args = ["-c" ./builder.py];
    ...
parent f8cd904e
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment