about summary refs log tree commit diff
path: root/src/nix/build.cc (follow)
AgeCommit message (Collapse)AuthorFilesLines
2018-02-12 toBuildables -> buildEelco Dolstra1-1/+1
2017-09-14 Add "nix add-to-store" commandEelco Dolstra1-1/+0
2017-09-10 nix build: Only download the requested derivation outputsEelco Dolstra1-1/+1
Also some refactoring.
2017-09-07 nix build: Add examplesEelco Dolstra1-0/+14
2017-09-06 nix build: Add --out-link and --no-link optionsEelco Dolstra1-8/+22
2017-09-06 nix build: Create result symlinksEelco Dolstra1-2/+13
2017-09-01 Fix verbosity level for nix build --dry-runEelco Dolstra1-1/+1
2017-07-14 StorePathsCommand: Don't build installablesEelco Dolstra1-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 aroundEelco Dolstra1-2/+1
2017-04-25 Restructure installables handling in the "nix" commandEelco Dolstra1-16/+3
2016-02-25 Fix buildEelco Dolstra1-1/+1
2016-02-09 Add basic "nix build" commandEelco Dolstra1-0/+46
Currently only builds by attribute from <nixpkgs> or the specified file, e.g. "nix build hello".