def5df923f
See also https://github.com/nix-community/nix-direnv/issues/408 and https://github.com/nix-community/nix-direnv/pull/407
7 lines
133 B
Text
7 lines
133 B
Text
if has nix_direnv_watch_file; then
|
|
nix_direnv_watch_file default.nix shell.nix
|
|
else
|
|
watch_file default.nix shell.nix
|
|
fi
|
|
|
|
use nix
|