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