diff --git a/flake.nix b/flake.nix index c247275..629c7d4 100644 --- a/flake.nix +++ b/flake.nix @@ -44,7 +44,7 @@ ] ++ lib.concatMap (p: p.runtimeInputs or []) inputsFrom; - LD_LIBRARY_PATH = let + env.LD_LIBRARY_PATH = let getNativeLibs = d: d.nativeLibs or []