* 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]; ...
Showing
- src/libexpr/eval.cc 7 additions, 0 deletionssrc/libexpr/eval.cc
- src/libexpr/lexer.l 1 addition, 1 deletionsrc/libexpr/lexer.l
- src/libexpr/nixexpr.cc 16 additions, 3 deletionssrc/libexpr/nixexpr.cc
- src/libexpr/parser.y 2 additions, 0 deletionssrc/libexpr/parser.y
- src/libexpr/primops.cc 37 additions, 33 deletionssrc/libexpr/primops.cc
Loading
Please register or sign in to comment