summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorYegor Timoshenko <yegortimoshenko@gmail.com>2017-12-24 13:10:02 +0000
committerYegor Timoshenko <yegortimoshenko@gmail.com>2017-12-24 13:11:00 +0000
commitbf86fda74c243c435f7fc3bfd755252c0780e68f (patch)
tree73f0efdad8e851c212c5508984fa4fb46a8d30b1 /tests
parent721741b0c79b190259e415ea1606ced6744ee199 (diff)
tests/build-test: allowBroken, allowUnfree
allowUnfree is set to true for evaluation purposes only.
Diffstat (limited to 'tests')
-rw-r--r--tests/build-test.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/build-test.nix b/tests/build-test.nix
index 936259f..e946b0b 100644
--- a/tests/build-test.nix
+++ b/tests/build-test.nix
@@ -7,4 +7,9 @@
device = "/dev/disk/by-uuid/00000000-0000-0000-0000-000000000000";
fsType = "btrfs";
};
+
+ nixpkgs.config = {
+ allowBroken = true;
+ allowUnfree = true;
+ };
}