1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-18 02:28:32 +02:00

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

View File

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