mirror of
https://git.sr.ht/~bryan_bennett/flake_env
synced 2025-12-16 06:31:24 +01:00
Fix syntax error in direnvrc
Signed-off-by: George Macon <george@themacons.net>
This commit is contained in:
parent
bf9aa7e0aa
commit
b7599c8660
1 changed files with 1 additions and 1 deletions
2
direnvrc
2
direnvrc
|
|
@ -44,7 +44,7 @@ use_flake_env() {
|
|||
local flake_reference="${1:-"."}"
|
||||
shift
|
||||
|
||||
eval "$(@flake_env@ "$ld" "$flake_reference" "$@"
|
||||
eval "$(@flake_env@ "$ld" "$flake_reference" "$@")"
|
||||
|
||||
export -n direnv
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue