chore: Add condition to import flake env

This commit is contained in:
ulic-youthlic 2025-10-18 23:10:53 +08:00
parent 432a31a0ce
commit 7c4e4249e7
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721

4
.envrc
View file

@ -1,3 +1,5 @@
watch_file ./flake.lock **/*.nix
use flake
if has nix; then
use flake
fi