testing direnv

This commit is contained in:
Bart Koolen 2025-10-19 19:29:04 +02:00
parent cdff9b8d38
commit 8bca2c898f

6
.envrc
View file

@ -1 +1,5 @@
use flake
if nix flake show &> /dev/null; then
use flake
else
use nix
fi