scaffold project
This commit is contained in:
parent
3fbfa40360
commit
aa13287f67
18 changed files with 14239 additions and 2 deletions
6
.envrc
Normal file
6
.envrc
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#!/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
|
||||
dotenv
|
||||
Loading…
Add table
Add a link
Reference in a new issue