aboutsummaryrefslogtreecommitdiff
path: root/.envrc
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2021-01-28 00:15:47 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2021-01-28 13:49:34 +0100
commit0c506c055cb2fe42bcc92e905dc7996a75a66b7e (patch)
tree089c035607e518d0064453cfa397fea7550fa223 /.envrc
parent86c40d69d72bd7085ee4e6108fa1dc6ff3be9184 (diff)
downloadNix-0c506c055cb2fe42bcc92e905dc7996a75a66b7e.tar.gz
Nix-0c506c055cb2fe42bcc92e905dc7996a75a66b7e.tar.zst
Nix-0c506c055cb2fe42bcc92e905dc7996a75a66b7e.zip
Update nix unstable
Diffstat (limited to '.envrc')
-rw-r--r--.envrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.envrc b/.envrc
index 9741a31..b4859fd 100644
--- a/.envrc
+++ b/.envrc
@@ -1,6 +1,7 @@
1# vim: filetype=bash 1# vim: filetype=bash
2export PASSWORD_STORE_DIR=$(expand_path nixops/secrets) 2export PASSWORD_STORE_DIR=$(expand_path nixops/secrets)
3export NIX_PATH=nixpkgs=$(cat $(expand_path nix/sources.json) | jq -r '."nixpkgs-nixops".url') 3export NIX_PATH=nixpkgs=$(cat $(expand_path nix/sources.json) | jq -r '."nixpkgs-nixops".url')
4NIX_PATH=$NIX_PATH:nixpkgs-nix=$(cat $(expand_path nix/sources.json) | jq -r '."nixpkgs-nix".url')
4 5
5export NIXOPS_ENV_LOADED=1 6export NIXOPS_ENV_LOADED=1
6 7