fix secrets shell hook
This commit is contained in:
parent
71aba663c8
commit
f0be22892b
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ mkShell {
|
||||||
TF_FORCE_LOCAL_BACKEND = "1";
|
TF_FORCE_LOCAL_BACKEND = "1";
|
||||||
TF_CLI_CONFIG_FILE = toString ./secrets/terraformrc;
|
TF_CLI_CONFIG_FILE = toString ./secrets/terraformrc;
|
||||||
|
|
||||||
shellHooks = ''
|
shellHook = ''
|
||||||
export CLOUDFLARE_API_TOKEN=$(< ./secrets/cloudflare-api-token)
|
export CLOUDFLARE_API_TOKEN=$(< ./secrets/cloudflare-api-token)
|
||||||
export NIX_USER_CONF_FILES="$(pwd)/nix/nix.conf";
|
export NIX_USER_CONF_FILES="$(pwd)/nix/nix.conf";
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue