aboutsummaryrefslogtreecommitdiff
path: root/.envrc
diff options
context:
space:
mode:
Diffstat (limited to '.envrc')
-rw-r--r--.envrc13
1 files changed, 13 insertions, 0 deletions
diff --git a/.envrc b/.envrc
new file mode 100644
index 0000000..6eeaba9
--- /dev/null
+++ b/.envrc
@@ -0,0 +1,13 @@
1# vim: filetype=bash
2export PASSWORD_STORE_DIR=$(expand_path nixops/secrets)
3export NIXOPS_STATE=$(expand_path nixops/state/immaeEu.nixops)
4export NIXOPS_DEPLOYMENT=cef694f3-081d-11e9-b31f-0242ec186adf
5export NIX_PATH=nixpkgs=$(cat $(expand_path nix/sources.json) | jq -r '."nixpkgs-nixops".url')
6
7export NIXOPS_ENV_LOADED=1
8
9PATH_add $(expand_path scripts)
10PATH_add $(expand_path nixops/scripts)
11
12use nix
13watch_file $(expand_path nix/sources.json)