X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.envrc;h=438d807e29908d3c4855a7978433a504c952f38e;hb=41cce84a02652e22ad967c9f31669092eb3e7f0e;hp=9741a311a705f709db85527186a5fd4af2dee4da;hpb=05a3b25228d22943e42e3c492d0329415e549266;p=perso%2FImmae%2FConfig%2FNix.git diff --git a/.envrc b/.envrc index 9741a31..438d807 100644 --- a/.envrc +++ b/.envrc @@ -1,6 +1,6 @@ # vim: filetype=bash -export PASSWORD_STORE_DIR=$(expand_path nixops/secrets) export NIX_PATH=nixpkgs=$(cat $(expand_path nix/sources.json) | jq -r '."nixpkgs-nixops".url') +NIX_PATH=$NIX_PATH:nixpkgs-nix=$(cat $(expand_path nix/sources.json) | jq -r '."nixpkgs-nix".url') export NIXOPS_ENV_LOADED=1