Let there be light

This commit is contained in:
heyarne 2021-07-07 16:06:47 +02:00
commit 6b8a916cd5
6 changed files with 68 additions and 0 deletions

6
.envrc Normal file
View file

@ -0,0 +1,6 @@
use flake
export JANET_PATH="${PWD}/janet_modules"
mkdir -p $JANET_PATH
PATH_add "${JANET_PATH}/bin"