Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-22 | Merge branch 'fix/dry-run-partially' of https://github.com/dtzWill/nix | Eelco Dolstra | |
2018-02-12 | toBuildables -> build | Eelco Dolstra | |
2018-02-07 | nix build: Don't create output links with --dry-run. | Will Dietz | |
Fixes #1849. | |||
2017-09-14 | Add "nix add-to-store" command | Eelco Dolstra | |
2017-09-10 | nix build: Only download the requested derivation outputs | Eelco Dolstra | |
Also some refactoring. | |||
2017-09-07 | nix build: Add examples | Eelco Dolstra | |
2017-09-06 | nix build: Add --out-link and --no-link options | Eelco Dolstra | |
2017-09-06 | nix build: Create result symlinks | Eelco Dolstra | |
2017-09-01 | Fix verbosity level for nix build --dry-run | Eelco Dolstra | |
2017-07-14 | StorePathsCommand: Don't build installables | Eelco Dolstra | |
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 | |
2017-04-25 | Restructure installables handling in the "nix" command | Eelco Dolstra | |
2016-02-25 | Fix build | Eelco Dolstra | |
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". |