add initial flake configuration and environment setup

This commit is contained in:
HendrikRauh 2026-03-05 15:50:51 +01:00
parent a97872239e
commit 3a5cf2ff22
3 changed files with 131 additions and 0 deletions

7
.envrc Normal file
View file

@ -0,0 +1,7 @@
#!/usr/bin/env bash
if command -v nix &> /dev/null; then
use flake
else
echo "Nix not found, skipping flake support"
fi