Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-17 | Allow paths in flake local settings | regnat | |
Fix #5505 | |||
2021-12-14 | Add a test for boolean config options in flakes | regnat | |
2021-11-18 | Test that untrusted config is ignored without --accept-flake-config | Eelco Dolstra | |
2021-11-12 | Add a test for the `--accept-flake-config` option | regnat | |
2021-11-05 | Make the flake options work when using the daemon | regnat | |
When setting flake-local options (with the `nixConfig` field), forward these options to the daemon in case we’re using one. This is necessary in particular for options like `binary-caches` or `post-build-hook` to make sense. Fix <https://github.com/NixOS/nix/commit/343239fc8a1993f707a990c2cd54a41f1fa3de99#r44356843> |