forked from fediversity/fediversity
Compare commits
1 commit
40a25beb4d
...
109ce6a513
| Author | SHA1 | Date | |
|---|---|---|---|
| 109ce6a513 |
2 changed files with 1 additions and 2 deletions
|
|
@ -55,7 +55,6 @@ in
|
|||
};
|
||||
in
|
||||
[
|
||||
pkgs.npins
|
||||
pkgs.nix-unit
|
||||
test-loop
|
||||
];
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ in
|
|||
pkgs.openssh
|
||||
];
|
||||
env = {
|
||||
DEPLOYMENT_FLAKE = toString ../.;
|
||||
DEPLOYMENT_FLAKE = ../.;
|
||||
DEPLOYMENT_NAME = "test";
|
||||
NPINS_DIRECTORY = toString ../npins;
|
||||
CREDENTIALS_DIRECTORY = toString ./.credentials;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue