Compare commits

..

1 commit

2 changed files with 1 additions and 2 deletions

View file

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

View file

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