mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 00:08:07 +02:00
Add a test for boolean config options in flakes
This commit is contained in:
parent
bd628cf3da
commit
bb8a53ab08
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue