tests/build-test: allowBroken, allowUnfree

allowUnfree is set to true for evaluation purposes only.
This commit is contained in:
Yegor Timoshenko 2017-12-24 13:10:02 +00:00
parent 721741b0c7
commit bf86fda74c
No known key found for this signature in database
GPG Key ID: C34BF9DCC9DF8210
1 changed files with 5 additions and 0 deletions

View File

@ -7,4 +7,9 @@
device = "/dev/disk/by-uuid/00000000-0000-0000-0000-000000000000";
fsType = "btrfs";
};
nixpkgs.config = {
allowBroken = true;
allowUnfree = true;
};
}