chore: nix: use env. prefix on environment variables

This commit is contained in:
eriedaberrie 2025-01-29 15:17:53 +00:00
parent 63d50c75c5
commit 055b9252d3

View file

@ -44,7 +44,7 @@
] ]
++ lib.concatMap (p: p.runtimeInputs or []) inputsFrom; ++ lib.concatMap (p: p.runtimeInputs or []) inputsFrom;
LD_LIBRARY_PATH = let env.LD_LIBRARY_PATH = let
getNativeLibs = d: getNativeLibs = d:
d.nativeLibs d.nativeLibs
or [] or []