1
0
mirror of https://cgit.krebsco.de/krops/ synced 2025-09-26 15:07:37 +00:00

ci.nix: define nixpkgs

This commit is contained in:
tv 2018-12-13 10:15:40 +01:00
parent 21a894dc6f
commit 78830f5ea7

1
ci.nix
View File

@ -14,6 +14,7 @@ let
environment.systemPackages = [ pkgs.git ];
}
'');
nixpkgs.symlink = toString <nixpkgs>;
}];
in {
test = pkgs.krops.writeTest "test" {