os/.envrc
2020-07-20 18:53:21 -06:00

7 lines
205 B
Plaintext

mkdir -p $(direnv_layout_dir)
# reload when these files change
watch_file flake.nix
watch_file flake.lock
# load the flake devShell
eval "$(nix print-dev-env --profile $(direnv_layout_dir)/flake-profile)"