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:
parent
21a894dc6f
commit
78830f5ea7
1 changed files with 1 additions and 0 deletions
1
ci.nix
1
ci.nix
|
@ -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" {
|
||||||
|
|
Loading…
Reference in a new issue