mirror of
https://github.com/SebastianStork/advent-of-code.git
synced 2026-01-21 13:21:34 +01:00
Make devshells auto activate
This commit is contained in:
parent
9968e63c63
commit
75def4d0e9
3 changed files with 3 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,3 +1,4 @@
|
||||||
**/build/
|
**/build/
|
||||||
*.pro.user*
|
*.pro.user*
|
||||||
.idea/
|
.idea/
|
||||||
|
.direnv/
|
||||||
|
|
|
||||||
1
2024/cpp/.envrc
Normal file
1
2024/cpp/.envrc
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
use flake .#cpp
|
||||||
1
2024/go/.envrc
Normal file
1
2024/go/.envrc
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
use flake .#go
|
||||||
Loading…
Add table
Add a link
Reference in a new issue