Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-03 | Move most store-related commands to 'nix store' | Eelco Dolstra | |
2020-09-17 | Remove corepkgs/config.nix | Eelco Dolstra | |
This isn't used anywhere except in the configure script of the Perl bindings. I've changed the latter to use the C++ API's Settings object at runtime. | |||
2020-06-26 | Merge remote-tracking branch 'origin/master' into flakes | Eelco Dolstra | |
2020-06-25 | build-remote.sh: Test LegacySSHStore | Eelco Dolstra | |
2019-12-04 | Merge remote-tracking branch 'origin/master' into flakes | Eelco Dolstra | |
2019-12-03 | Disable recursive Nix test on macOS | Eelco Dolstra | |
https://hydra.nixos.org/build/107724274 | |||
2019-11-06 | Enable recursive Nix using a feature | Eelco Dolstra | |
Derivations that want to use recursion should now set requiredSystemFeatures = [ "recursive-nix" ]; to make the daemon socket appear. Also, Nix should be configured with "experimental-features = recursive-nix". | |||
2019-11-06 | Add a test for recursive Nix | Eelco Dolstra | |