X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.envrc;h=b4859fdbf3bb129203bbec006bc039fe311b1346;hb=f46b2c61a7a6c7c494f801002ddcf73fcc53fee4;hp=8aa086a456f888e0fba86e46318620c55633b3b3;hpb=34abd6afa44c620a56416bd423a2438a09bd1ce4;p=perso%2FImmae%2FConfig%2FNix.git diff --git a/.envrc b/.envrc index 8aa086a..b4859fd 100644 --- a/.envrc +++ b/.envrc @@ -1,6 +1,7 @@ # 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 @@ -9,3 +10,5 @@ PATH_add $(expand_path nixops/scripts) use nix watch_file $(expand_path nix/sources.json) + +clean_nix_shell