forked from fediversity/fediversity
Compare commits
4 commits
064d59cb19
...
0ecefb77e7
| Author | SHA1 | Date | |
|---|---|---|---|
| 0ecefb77e7 | |||
| 2ec1979f1a | |||
| f89162cc48 | |||
| d073bd706d |
1 changed files with 1 additions and 1 deletions
|
|
@ -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