load .env file before initializing flake to use DIRENV_DEVSHELL
in .env
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
9a5f1dac57
commit
023fb41c49
1 changed files with 2 additions and 2 deletions
4
.envrc
4
.envrc
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
dotenv_if_exists
|
||||||
|
|
||||||
use flake ".#${DIRENV_DEVSHELL:-default}"
|
use flake ".#${DIRENV_DEVSHELL:-default}"
|
||||||
|
|
||||||
PATH_add bin
|
PATH_add bin
|
||||||
|
|
||||||
dotenv_if_exists
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue