504525a148
GitOrigin-RevId: bd645e8668ec6612439a9ee7e71f7eac4099d4f6
7 lines
133 B
Bash
7 lines
133 B
Bash
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
|