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