- Jun 26, 2021
-
-
Matthew Bauer authored
-
- Jun 25, 2021
-
-
Matthew Bauer authored
-
Eelco Dolstra authored
Fixes error: cannot create symlink '/home/eelco/Dev/nix/tests/result'; already exists
-
- Jun 24, 2021
-
-
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
-
- Jun 23, 2021
-
-
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
-
Eelco Dolstra authored
Only symlink the requested outputs in `nix build`
-
Théophane Hufschmitt authored
Co-authored-by:
John Ericson <git@JohnEricson.me>
-
regnat authored
Fix #4925
-
regnat authored
In case a previous interrupted build left a garbage path laying around, remove it before trying to move the path to its final location. Fix #4858
-
regnat authored
Make sure that the derivation we send to the remote builder is exactly the one that we want to build locally so that the output ids are exactly the same Fix #4845
-
Eelco Dolstra authored
UDSRemoteStore: Support the 'root' store parameter
-
- Jun 18, 2021
-
-
Eelco Dolstra authored
Useful when we're using a daemon with a chroot store, e.g. $ NIX_DAEMON_SOCKET_PATH=/tmp/chroot/nix/var/nix/daemon-socket/socket nix-daemon --store /tmp/chroot Then the client can now connect with $ nix build --store unix:///tmp/chroot/nix/var/nix/daemon-socket/socket?root=/tmp/chroot nixpkgs#hello
-
- Jun 15, 2021
-
-
regnat authored
Also add a small architecture to easily run CA-enabled tests
-
Eelco Dolstra authored
When recursive Nix is enabled, NIX_REMOTE is set to unix:///build/.nix-socket, which doesn't work outside of the sandbox.
-