Add a test for boolean config options in flakes

This commit is contained in:
regnat 2021-12-14 09:15:24 +01:00
parent bd628cf3da
commit bb8a53ab08

View file

@ -18,6 +18,7 @@ chmod +x echoing-post-hook.sh
cat <<EOF > flake.nix
{
nixConfig.post-build-hook = "$PWD/echoing-post-hook.sh";
nixConfig.allow-dirty = false; # See #5621
outputs = a: {
defaultPackage.$system = import ./simple.nix;