elk: 6.5.1 -> 6.7.1

This commit is contained in:
Bas van Dijk
2019-04-09 12:34:01 +02:00
parent f3a5c0e671
commit 7062a073e8
7 changed files with 22 additions and 38 deletions
+2
View File
@@ -2,6 +2,8 @@
config ? {},
pkgs ? import ../.. { inherit system config; },
enableUnfree ? false
# To run the test on the unfree ELK use the folllowing command:
# NIXPKGS_ALLOW_UNFREE=1 nix-build nixos/tests/elk.nix -A ELK-6 --arg enableUnfree true
}:
with import ../lib/testing.nix { inherit system pkgs; };