6 lines
78 B
Plaintext
6 lines
78 B
Plaintext
|
use flake . --impure
|
||
|
|
||
|
if [ -f .envrc.local ]; then
|
||
|
source .envrc.local
|
||
|
fi
|