Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-20 | Merge pull request #5277 from NixOS/regnat/ci-better-cache-usage | Eelco Dolstra | |
flake: Use the real nixUnstable from nixpkgs | |||
2021-09-20 | flake: Use the real nixUnstable from nixpkgs | regnat | |
Don’t let it pick our overriden lowdown as that would cause it not to be cached in cache.nixos.org | |||
2021-09-20 | Merge pull request #5266 from gkleen/fix/s3-cache-scheme | Eelco Dolstra | |
Fix scheme query parameter for s3 cache | |||
2021-09-17 | Fix scheme argument to s3 cache | Gregor Kleen | |
2021-09-17 | Merge pull request #5263 from greedy/fix-5261 | Eelco Dolstra | |
Include subpath in flake fingerprint | |||
2021-09-16 | Include subpath in flake fingerprint | Geoff Reedy | |
Without this, flakes within the same tree and same lock data will have the same fingerprint and the eval cache for one flake will be incorrectly used for another. | |||
2021-09-15 | Merge pull request #5257 from edolstra/dirty-lock-file | Eelco Dolstra | |
If we can't write a lock file, pretend the top-level flake is dirty | |||
2021-09-15 | Merge branch 'mh/fix-chroot-eval' of https://github.com/obsidiansystems/nix | Eelco Dolstra | |
2021-09-15 | If we can't write a lock file, pretend the top-level flake is dirty | Eelco Dolstra | |
Alternative to #4639. You can still read flake.lock, but at least in reproducible workflows like NixOS configurations where you require a non-dirty tree, evaluation will fail because there is no rev. | |||
2021-09-15 | Revert "Disallow reading flake.lock" | Eelco Dolstra | |
This reverts commit e5596113f7fc5e47e058bb15afdf75eee02ed95e. | |||
2021-09-15 | Merge pull request #5251 from emilazy/darwin-sandbox-rosetta-2 | Eelco Dolstra | |
sandbox: allow Rosetta 2 on Darwin | |||
2021-09-15 | sandbox: allow Rosetta 2 on Darwin | Emily | |
This allows sandboxed x86_64-darwin builds on aarch64-darwin. | |||
2021-09-14 | Rename unnecessary git@ | Eelco Dolstra | |
2021-09-14 | Merge pull request #5249 from edolstra/nix-profile | Eelco Dolstra | |
Add missing 'nix profile' subcommands | |||
2021-09-14 | Merge pull request #5250 from edolstra/censor-flake-lock | Eelco Dolstra | |
Disallow reading flake.lock | |||
2021-09-14 | Disallow reading flake.lock | Eelco Dolstra | |
With --no-write-lock-file, it's possible that flake.lock is out of sync with the actual inputs used by the evaluation. So doing fromJSON (readFile ./flake.lock) will give wrong results. Fixes #4639. | |||
2021-09-14 | nix profile history: Show profile date | Eelco Dolstra | |
2021-09-14 | Add 'nix profile wipe-history' command | Eelco Dolstra | |
2021-09-14 | Generations -> profile versions | Eelco Dolstra | |
2021-09-14 | Fix quotes | Eelco Dolstra | |
2021-09-14 | Add "nix profile rollback" command | Eelco Dolstra | |
2021-09-14 | nix flake show --json: Add type info | Eelco Dolstra | |
For extensibility, every leaf node is now an object that contains at least a type field (e.g. "type": "derivation"). | |||
2021-09-14 | Merge branch 'tomberek/show_json' of https://github.com/tomberek/nix | Eelco Dolstra | |
2021-09-14 | Merge pull request #5242 from ↵ | Domen Kožar | |
NixOS/dependabot/github_actions/cachix/install-nix-action-14 Bump cachix/install-nix-action from 13 to 14 | |||
2021-09-14 | Merge pull request #5247 from edolstra/stablize-ca-references | Eelco Dolstra | |
Remove the 'ca-references' feature check | |||
2021-09-14 | Respect NO_COLOR in Markdown output | Eelco Dolstra | |
2021-09-14 | Bump cachix/install-nix-action from 13 to 14 | dependabot[bot] | |
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 13 to 14. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/v13...v14) --- updated-dependencies: - dependency-name: cachix/install-nix-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> | |||
2021-09-14 | Merge pull request #5248 from edolstra/flake-clone | Eelco Dolstra | |
Fix 'nix flake clone' on github repos | |||
2021-09-14 | Advise using --extra-experimental-features instead of --experimental-features | Eelco Dolstra | |
Fixes #3737. | |||
2021-09-14 | Remove the 'ca-references' feature check | Eelco Dolstra | |
Fixes #3422. Fixes #4425. | |||
2021-09-14 | github fetcher: Don't use HEAD branch when cloning | Eelco Dolstra | |
Fixes #4394. | |||
2021-09-14 | github fetcher: Use git+https for cloning | Eelco Dolstra | |
git+ssh only works if you have SSH access. | |||
2021-09-14 | Merge pull request #5246 from edolstra/faster-check | Eelco Dolstra | |
Speed up 'nix flake check' | |||
2021-09-14 | Merge pull request #5245 from edolstra/warnings | Eelco Dolstra | |
Change warning messages from yellow to magenta | |||
2021-09-14 | flake.nix: Don't do cross builds in 'nix flake check' | Eelco Dolstra | |
'nix flake check' should be relatively fast, so it's not the best place to do cross-builds. We're already doing that in Hydra. | |||
2021-09-14 | nix-tests: Run 'make installcheck' in parallel | Eelco Dolstra | |
2021-09-14 | Merge pull request #5240 from edolstra/builtin-help | Eelco Dolstra | |
nix --help: Display help using lowdown instead of man | |||
2021-09-14 | Merge branch 'lowdown_configure_dependency' of https://github.com/fedepell/nix | Eelco Dolstra | |
2021-09-14 | Change warnings from yellow to magenta | Eelco Dolstra | |
This matches gcc and clang. | |||
2021-09-14 | ANSI_YELLOW -> ANSI_WARNING | Eelco Dolstra | |
2021-09-14 | Merge pull request #5244 from edolstra/fix-mac-build | Eelco Dolstra | |
Fix macOS build | |||
2021-09-14 | Fix macOS build | Eelco Dolstra | |
2021-09-14 | Fix clang warning | Eelco Dolstra | |
2021-09-14 | configure: explicit dependency on lowdown library | Federico Pellegrin | |
This dependency is used from quite a long time (now in libcmd) but was not explicitly stated in the configure phase, possibly leading to quite late build failures if that was not met (ie. building it outside the .nix files provided). This MR adds it in the configure phase so the failure is early and error is much more explicit. | |||
2021-09-13 | RunOptions: Use designated initializers | Eelco Dolstra | |
Also get rid of _killStderr because it wasn't actually checked anywhere. | |||
2021-09-13 | Remove tabs | Eelco Dolstra | |
2021-09-13 | hashFile, hashString: realize context before calculation, and discard afterwards | kvtb | |
2021-09-13 | Merge pull request #5239 from NixOS/fix-recursive-nix | Eelco Dolstra | |
tests: Fix the recursive test with the daemon | |||
2021-09-13 | nix --help: Display help using lowdown instead of man | Eelco Dolstra | |
Fixes #4476. Fixes #5231. | |||
2021-09-13 | lowdown: Update to 0.8.6 | Eelco Dolstra | |