Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-11-25 | Get rid of unicode quotes (#1140) | Guillaume Maudoux | 1 | -1/+1 | |
2016-08-23 | nix build: Use Nix search path | Eelco Dolstra | 1 | -5/+37 | |
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-06-01 | Make the store directory a member variable of Store | Eelco Dolstra | 1 | -1/+1 | |
2016-02-09 | Add basic "nix build" command | Eelco Dolstra | 1 | -0/+75 | |
Currently only builds by attribute from <nixpkgs> or the specified file, e.g. "nix build hello". |