pkgs/mkScriptOverride: change attributes to remove to proper ones

from argument set
This commit is contained in:
Wroclaw 2024-08-16 16:45:37 +02:00
parent 26566f97dd
commit ccb08c76c8

View file

@ -25,7 +25,7 @@ lib.hiPrio (stdenv.mkDerivation (
'';
scriptOverridePhase = script;
} // lib.removeAttrs args [
"pkg"
"commands"
"src"
"script"
]
))