Age | Commit message (Collapse) | Author |
|
This also adds a '--profile' option to 'nix build' (replacing 'nix-env
--set').
|
|
|
|
|
|
This reverts commit f78126bfd6b6c8477fcdbc09b2f98772dbe9a1e7. There
really is no need for such a massive change...
|
|
|
|
That is, unless --file is specified, the Nix search path is
synthesized into an attribute set. Thus you can say
$ nix build nixpkgs.hello
assuming $NIX_PATH contains an entry of the form "nixpkgs=...". This
is more verbose than
$ nix build hello
but is less ambiguous.
|
|
Currently only builds by attribute from <nixpkgs> or the specified
file, e.g. "nix build hello".
|