Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-23 | nix build: Use Nix search path | Eelco Dolstra | |
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. | |||
2016-02-09 | Add basic "nix build" command | Eelco Dolstra | |
Currently only builds by attribute from <nixpkgs> or the specified file, e.g. "nix build hello". |