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