direnv: init
This commit is contained in:
parent
5a862395e6
commit
a04dadf4ea
1 changed files with 5 additions and 0 deletions
5
direnv/.config/direnv/direnvrc
Normal file
5
direnv/.config/direnv/direnvrc
Normal file
|
@ -0,0 +1,5 @@
|
|||
use_flake() {
|
||||
watch_file flake.nix
|
||||
watch_file flake.lock
|
||||
eval "$(nix print-dev-env --profile "$(direnv_layout_dir)/flake-profile")"
|
||||
}
|
Loading…
Add table
Reference in a new issue