Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-02-12 | toBuildables -> build | Eelco Dolstra | 1 | -1/+1 | |
2017-09-14 | Add "nix add-to-store" command | Eelco Dolstra | 1 | -1/+0 | |
2017-09-10 | nix build: Only download the requested derivation outputs | Eelco Dolstra | 1 | -1/+1 | |
Also some refactoring. | |||||
2017-09-07 | nix build: Add examples | Eelco Dolstra | 1 | -0/+14 | |
2017-09-06 | nix build: Add --out-link and --no-link options | Eelco Dolstra | 1 | -8/+22 | |
2017-09-06 | nix build: Create result symlinks | Eelco Dolstra | 1 | -2/+13 | |
2017-09-01 | Fix verbosity level for nix build --dry-run | Eelco Dolstra | 1 | -1/+1 | |
2017-07-14 | StorePathsCommand: Don't build installables | Eelco Dolstra | 1 | -1/+1 | |
On second though this was annoying. E.g. "nix log nixpkgs.hello" would build/download Hello first, even though the log can be fetched directly from the binary cache. May need to revisit this. | |||||
2017-04-25 | Move code around | Eelco Dolstra | 1 | -2/+1 | |
2017-04-25 | Restructure installables handling in the "nix" command | Eelco Dolstra | 1 | -16/+3 | |
2016-02-25 | Fix build | Eelco Dolstra | 1 | -1/+1 | |
2016-02-09 | Add basic "nix build" command | Eelco Dolstra | 1 | -0/+46 | |
Currently only builds by attribute from <nixpkgs> or the specified file, e.g. "nix build hello". |