mirror of
https://git.sr.ht/~bryan_bennett/flake_env
synced 2025-12-16 14:41:24 +01:00
Continue moving heavy-lifting into library
This commit is contained in:
parent
21c8ff71e5
commit
7759d2ac6a
7 changed files with 194 additions and 176 deletions
2
direnvrc
2
direnvrc
|
|
@ -41,7 +41,7 @@ use_flake_env() {
|
|||
local ld=$(direnv_layout_dir)
|
||||
export direnv
|
||||
|
||||
eval "$(@flake_env@ "$1" "$ld")"
|
||||
eval "$(@flake_env@ "$ld" "$@")"
|
||||
|
||||
export -n direnv
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue