forked from lix-project/lix
Add a test for boolean config options in flakes
This commit is contained in:
parent
bd628cf3da
commit
bb8a53ab08
|
@ -18,6 +18,7 @@ chmod +x echoing-post-hook.sh
|
||||||
cat <<EOF > flake.nix
|
cat <<EOF > flake.nix
|
||||||
{
|
{
|
||||||
nixConfig.post-build-hook = "$PWD/echoing-post-hook.sh";
|
nixConfig.post-build-hook = "$PWD/echoing-post-hook.sh";
|
||||||
|
nixConfig.allow-dirty = false; # See #5621
|
||||||
|
|
||||||
outputs = a: {
|
outputs = a: {
|
||||||
defaultPackage.$system = import ./simple.nix;
|
defaultPackage.$system = import ./simple.nix;
|
||||||
|
|
Loading…
Reference in a new issue