mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 11:39:46 +01:00
direnv: Fix nushell integration ENV_CONVERSIONS
This commit is contained in:
parent
3bfaacf461
commit
b897544a79
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ in {
|
||||||
{
|
{
|
||||||
key: $key
|
key: $key
|
||||||
value: (do (
|
value: (do (
|
||||||
$env.env_conversions?
|
$env.ENV_CONVERSIONS?
|
||||||
| default {}
|
| default {}
|
||||||
| get -i $key
|
| get -i $key
|
||||||
| get -i from_string
|
| get -i from_string
|
||||||
|
|
Loading…
Reference in a new issue