Add nix devshell

This commit is contained in:
Abel Luck 2025-06-03 13:25:51 +02:00
parent 3702fc3acb
commit 1c7de4fc91
4 changed files with 88 additions and 0 deletions

3
.envrc Normal file
View file

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