4 lines
71 B
Bash
4 lines
71 B
Bash
if has nix; then
|
|
watch_file ./flake.lock **/*.nix
|
|
use flake
|
|
fi
|