]> git.immae.eu Git - perso/Immae/Config/Nix.git/blob - .envrc
Configuration modifications
[perso/Immae/Config/Nix.git] / .envrc
1 # vim: filetype=bash
2 export PASSWORD_STORE_DIR=$(expand_path nixops/secrets)
3 export NIX_PATH=nixpkgs=$(cat $(expand_path nix/sources.json) | jq -r '."nixpkgs-nixops".url')
4
5 export NIXOPS_ENV_LOADED=1
6
7 PATH_add $(expand_path scripts)
8 PATH_add $(expand_path nixops/scripts)
9
10 use nix
11 watch_file $(expand_path nix/sources.json)
12
13 clean_nix_shell