init devshell
This commit is contained in:
parent
277b627dc1
commit
4d8b83cbb6
4 changed files with 95 additions and 0 deletions
5
.envrc
Normal file
5
.envrc
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue