removed useless runtimeinputs parameter

This commit is contained in:
2026-07-11 14:50:57 +01:00
parent 78ad02d6c1
commit e561e6d3be

View File

@@ -62,10 +62,7 @@
}:
(wrappers.lib.wrapPackage {
inherit pkgs package exePath flags;
runtimeInputs = builtins.attrValues runtimePackages;
env = {
"MODULES_ROOT" = ./.;
};
env = {"MODULES_ROOT" = ./.;};
}).overrideAttrs (old: {
passthru = (old.passthru or {}) // {inherit runtimePackages;};
});