chore(direnv): only use flake if nix(-direnv) is installed

Co-authored-by: seth <getchoo@tuta.io>
This commit is contained in:
aemogie 2024-05-03 11:34:11 +05:30 committed by GitHub
parent 93b802ae01
commit d181eb421a
Failed to generate hash of commit

View file

@ -1 +1,3 @@
use flake
if has nix_direnv_version; then
use flake
fi