Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-19 | Use "." as the default installable | Eelco Dolstra | |
This makes e.g. "nix build" do something more or less reasonable (namely, build the default package of the flake in the current directory). | |||
2019-04-16 | Update lock files from InstallableFlake::toValue() | Eelco Dolstra | |
This ensures that the lock file is updated *before* evaluating it, and that it gets updated for any nix command, not just 'nix build'. Also, while computing the lock file, allow arbitrary registry lookups, not just at top-level. Also, improve some error messages slightly. | |||
2019-04-16 | Improve incremental build | Eelco Dolstra | |
2019-04-15 | Merge remote-tracking branch 'tweag/automatedUpdate' into flakes | Eelco Dolstra | |
2019-04-11 | Automated lockfile updating with `nix build` | Nick Van den Broeck | |
2019-04-11 | FlakeRegistry = FlakeRef -> FlakeRef | Nick Van den Broeck | |
2019-04-09 | FlakeAlias is implemented | Nick Van den Broeck | |
2019-04-09 | Fixed dependency resolution | Nick Van den Broeck | |
2019-04-09 | FlakeIds are now properly looked up in registries | Nick Van den Broeck | |
2019-04-09 | Added nonFlakeRequires and the command `nix flake deps` | Nick Van den Broeck | |
2019-03-26 | Remove debug line | Eelco Dolstra | |
2019-03-22 | Fixed minor things | Nick Van den Broeck | |
2019-03-22 | Implemented --flake flag for nix build | Nick Van den Broeck | |
Also fixed Eelco's PR comments | |||
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". |