Eelco Dolstra
6ba45f81a8
Move flake-local-settings.sh
2022-07-13 20:51:28 +02:00
Eelco Dolstra
162fbe31ff
Replace defaultBla.$system with bla.$system.default
...
This also simplifies some InstallableFlake logic and fixes 'nix
bundle' parsing its installable twice.
Fixes #5532 .
2022-02-22 11:47:41 +01:00
regnat
ab902521b1
Allow paths in flake local settings
...
Fix #5505
2021-12-17 09:31:13 +01:00
regnat
bb8a53ab08
Add a test for boolean config options in flakes
2021-12-14 09:15:24 +01:00
Eelco Dolstra
79f27500a4
Test that untrusted config is ignored without --accept-flake-config
2021-11-18 13:32:52 +01:00
regnat
83af9550a1
Add a test for the --accept-flake-config
option
2021-11-12 16:02:32 +01:00
regnat
1f3c3a3785
Make the flake options work when using the daemon
...
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 <343239fc8a (r44356843)
>
2021-11-05 16:19:16 +01:00