init devshell

This commit is contained in:
Abel Luck 2026-05-05 13:28:32 +02:00
parent 277b627dc1
commit 4d8b83cbb6
4 changed files with 95 additions and 0 deletions

5
.envrc Normal file
View file

@ -0,0 +1,5 @@
#!/usr/bin/env bash
if [[ $(type -t use_flake) != function ]]; then
echo "ERROR: direnv's use_flake function missing. update direnv to v2.30.0 or later." && exit 1
fi
use flake