1
0
Fork 0
mirror of https://cgit.krebsco.de/krops synced 2024-11-23 11:39:48 +01: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 ]; environment.systemPackages = [ pkgs.git ];
} }
''); '');
nixpkgs.symlink = toString <nixpkgs>;
}]; }];
in { in {
test = pkgs.krops.writeTest "test" { test = pkgs.krops.writeTest "test" {