Get flake working

This commit is contained in:
2024-01-21 19:00:54 -07:00
parent 5f339c60c6
commit 999e789eee
4 changed files with 266 additions and 1 deletions

5
package/.envrc Normal file
View File

@@ -0,0 +1,5 @@
use flake . --impure
if [ -f .envrc.local ]; then
source .envrc.local
fi