- Jun 28, 2021
-
-
Domen Kožar authored
flake.lock: Update
-
Domen Kožar authored
Flake input changes: * Updated 'nixpkgs': 'github:NixOS/nixpkgs/bb8a5e54845012ed1375ffd5f317d2fdf434b20e' -> 'github:NixOS/nixpkgs/f77036342e2b690c61c97202bf48f2ce13acc022'
-
Eelco Dolstra authored
man: fix formatting of nix3-profile-remove
-
Florian Franzen authored
-
Eelco Dolstra authored
Eventually delete the CA paths lock files
-
Eelco Dolstra authored
Make the CA tests actually test something
-
- Jun 25, 2021
-
-
Eelco Dolstra authored
Fixes error: cannot create symlink '/home/eelco/Dev/nix/tests/result'; already exists
-
- Jun 24, 2021
-
-
regnat authored
Mark the lockfiles as having to eventually be deleted so that they don’t stay laying around in the store at the end of the build Fix #4936
-
Eelco Dolstra authored
Make CA derivations compatible with recursive Nix
-
regnat authored
Add an access-control list to the realisations in recursive-nix (similar to the already existing one for store paths), so that we can build content-addressed derivations in the restricted store. Fix #4353
-
Eelco Dolstra authored
Make the post-build-hook also run for unresolved CA derivations
-
regnat authored
Fix #4837
-
- Jun 23, 2021
-
-
regnat authored
Broken by https://github.com/NixOS/nix/issues/4936
-
regnat authored
Fix a mistake in config.nix that was preventing `NIX_TESTS_CA_BY_DEFAULT` from having any meaningful effect
-
https://github.com/kini/nixEelco Dolstra authored
-
Eelco Dolstra authored
Gracefully handle duplicate realisations
-
Eelco Dolstra authored
Make `nix develop` work with CA derivations
-
regnat authored
Should always hold, but that’s not necessarily obvious, so better enforce it
-
regnat authored
-
regnat authored
-
regnat authored
-
regnat authored
-
Eelco Dolstra authored
Make `nix-shell` support content-addressed derivations
-
regnat authored
-
Eelco Dolstra authored
Recursively substitute the realisations
-
Eelco Dolstra authored
Fix zsh completion script
-
Eelco Dolstra authored
Make `computeFSClosure` ca-aware
-
Eelco Dolstra authored
Add a ca-derivations required machine feature
-
Eelco Dolstra authored
Fix the remote build of CA derivations
-
Eelco Dolstra authored
Track the dependencies of CA realisations
-
regnat authored
-
regnat authored
-
Théophane Hufschmitt authored
Co-authored-by:
Eelco Dolstra <edolstra@gmail.com>
-
Théophane Hufschmitt authored
Rather than copying them around everywhere Co-authored-by:
Eelco Dolstra <edolstra@gmail.com>
-
- Jun 22, 2021
-
-
regnat authored
This shouldn’t happen in practice, so better make it explicit
-
Domen Kožar authored
perlBindings: fix build on aarch64-darwin
-
- Jun 21, 2021
-
-
Domen Kožar authored
-
regnat authored
-
Eelco Dolstra authored
Always send the realisations as JSON
-
Eelco Dolstra authored
Remove a possible existing store path when building CA derivations
-