aboutsummaryrefslogtreecommitdiff
path: root/src/nix/build.cc
AgeCommit message (Expand)Author
2019-04-09Added nonFlakeRequires and the command `nix flake deps`Nick Van den Broeck
2019-03-26Remove debug lineEelco Dolstra
2019-03-22Fixed minor thingsNick Van den Broeck
2019-03-22Implemented --flake flag for nix buildNick Van den Broeck
2018-02-22Merge branch 'fix/dry-run-partially' of https://github.com/dtzWill/nixEelco Dolstra
2018-02-12toBuildables -> buildEelco Dolstra
2018-02-07nix build: Don't create output links with --dry-run.Will Dietz
2017-09-14Add "nix add-to-store" commandEelco Dolstra
2017-09-10nix build: Only download the requested derivation outputsEelco Dolstra
2017-09-07nix build: Add examplesEelco Dolstra
2017-09-06nix build: Add --out-link and --no-link optionsEelco Dolstra
2017-09-06nix build: Create result symlinksEelco Dolstra
2017-09-01Fix verbosity level for nix build --dry-runEelco Dolstra
2017-07-14StorePathsCommand: Don't build installablesEelco Dolstra
2017-04-25Move code aroundEelco Dolstra
2017-04-25Restructure installables handling in the "nix" commandEelco Dolstra
2016-02-25Fix buildEelco Dolstra
2016-02-09Add basic "nix build" commandEelco Dolstra