6 lines
130 B
Bash
6 lines
130 B
Bash
if has nix_direnv_version; then
|
|
watch_file modules/flake/shell.nix
|
|
|
|
# now we want to load the flake environment
|
|
use flake
|
|
fi |