shell.nix: make the NIXOPS_STATE path absolute
This commit is contained in:
parent
b5f7438b2f
commit
5b70fbdf2c
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ pkgs.mkShell {
|
||||||
NIX_PATH = "nixpkgs=${toString pkgs.path}";
|
NIX_PATH = "nixpkgs=${toString pkgs.path}";
|
||||||
|
|
||||||
NIXOPS_DEPLOYMENT = "nix-community-infra";
|
NIXOPS_DEPLOYMENT = "nix-community-infra";
|
||||||
NIXOPS_STATE = "./state/deployment-state.nixops";
|
NIXOPS_STATE = toString ./state/deployment-state.nixops;
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
pkgs.git-crypt
|
pkgs.git-crypt
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue