buildRustPackage: remove ineffective extendDrvArgs element

cargoDeps gets shadowed in the implementation
whether or not it is excluded.
This commit is contained in:
Yueh-Shun Li
2025-02-23 04:57:01 +08:00
parent ef987dba19
commit d84d1eeb22
@@ -23,7 +23,6 @@ lib.extendMkDerivation {
excludeDrvArgNames = [
"depsExtraArgs"
"cargoUpdateHook"
"cargoDeps"
"cargoLock"
];