forked from Fediversity/Fediversity
cast DEPLOYMENT_FLAKE
to string
This commit is contained in:
parent
486b316885
commit
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