mirror of
https://github.com/NixOS/nix.git
synced 2025-11-13 22:12:43 +01:00
`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];
...
|
||
|---|---|---|
| .. | ||
| bin2c | ||
| boost | ||
| libexpr | ||
| libmain | ||
| libstore | ||
| libutil | ||
| log2xml | ||
| nix-env | ||
| nix-hash | ||
| nix-instantiate | ||
| nix-store | ||
| Makefile.am | ||