Remove use_flake_extra_watch()
nix-direnv 1.6.1 added nix_direnv_watch_file
This commit is contained in:
parent
19dcdcfa30
commit
be3173c63c
12
.envrc
12
.envrc
@ -1,14 +1,4 @@
|
||||
use_flake_extra_watch() {
|
||||
watch_file devshell/*
|
||||
for f in devshell/*; do
|
||||
if [ "$f" -nt flake.nix ]; then
|
||||
# nix-direnv doesn't check the dates on other files, so give it a kick via flake.nix
|
||||
touch flake.nix
|
||||
fi
|
||||
done
|
||||
}
|
||||
|
||||
use flake_extra_watch
|
||||
nix_direnv_watch_file devshell/{default,commands,install}.nix
|
||||
use flake
|
||||
|
||||
# devshell needs the shellHook to run even when cached
|
||||
|
Loading…
Reference in New Issue
Block a user