improve ci

This commit is contained in:
Jaka Hudoklin 2019-05-05 12:13:09 +02:00
parent 7e7eb19e94
commit 12a6b509a4
No known key found for this signature in database
GPG key ID: 916062A1C4748647
2 changed files with 11 additions and 9 deletions

3
ci.nix
View file

@ -6,7 +6,6 @@ let
release = import ./release.nix {
inherit pkgs lib;
e2e = false;
nixosPath = "${nixpkgsSrc}/nixos";
};
in with lib; release.tests
in pkgs.recurseIntoAttrs release