aboutsummaryrefslogtreecommitdiff
path: root/tests/flake-local-settings.sh
AgeCommit message (Collapse)Author
2022-02-22Replace defaultBla.$system with bla.$system.defaultEelco Dolstra
This also simplifies some InstallableFlake logic and fixes 'nix bundle' parsing its installable twice. Fixes #5532.
2021-12-17Allow paths in flake local settingsregnat
Fix #5505
2021-12-14Add a test for boolean config options in flakesregnat
2021-11-18Test that untrusted config is ignored without --accept-flake-configEelco Dolstra
2021-11-12Add a test for the `--accept-flake-config` optionregnat
2021-11-05Make the flake options work when using the daemonregnat
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>