Make devshells auto activate

This commit is contained in:
SebastianStork 2025-01-06 21:15:18 +01:00
parent 9968e63c63
commit 75def4d0e9
3 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
**/build/ **/build/
*.pro.user* *.pro.user*
.idea/ .idea/
.direnv/

1
2024/cpp/.envrc Normal file
View file

@ -0,0 +1 @@
use flake .#cpp

1
2024/go/.envrc Normal file
View file

@ -0,0 +1 @@
use flake .#go