Add tests for pkgs.nixos and pkgs.nixosTest

This commit is contained in:
Robert Hensing
2018-11-13 10:43:05 +01:00
parent cdca66d7e8
commit 933c95c0f4
2 changed files with 34 additions and 0 deletions
+2
View File
@@ -30,5 +30,7 @@ with pkgs;
cross = callPackage ./cross {};
nixos-functions = callPackage ./nixos-functions {};
patch-shebangs = callPackage ./patch-shebangs {};
}