Add Nix configuration files and script for Flutter version management

This commit is contained in:
HendrikRauh 2026-01-26 15:54:15 +01:00
parent ae457e8235
commit cb47982026
6 changed files with 263 additions and 48 deletions

4
.envrc Normal file
View file

@ -0,0 +1,4 @@
# When nix is available, use the flake for environment management
if command -v nix &> /dev/null; then
use flake
fi