Compare commits

..

1 commit

2 changed files with 1 additions and 2 deletions

View file

@ -55,7 +55,6 @@ in
}; };
in in
[ [
pkgs.npins
pkgs.nix-unit pkgs.nix-unit
test-loop test-loop
]; ];

View file

@ -27,7 +27,7 @@ in
pkgs.openssh pkgs.openssh
]; ];
env = { env = {
DEPLOYMENT_FLAKE = toString ../.; DEPLOYMENT_FLAKE = ../.;
DEPLOYMENT_NAME = "test"; DEPLOYMENT_NAME = "test";
NPINS_DIRECTORY = toString ../npins; NPINS_DIRECTORY = toString ../npins;
CREDENTIALS_DIRECTORY = toString ./.credentials; CREDENTIALS_DIRECTORY = toString ./.credentials;