mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-17 15:51:23 +01:00
load .env file before initializing flake
This allows specifying DIRENV_DEVSHELL in .env
This commit is contained in:
parent
467417c32a
commit
823515b475
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
Add a link
Reference in a new issue