maintainers/scripts: remove unused let bindings

Generated using deadnix; split from #514611.
This commit is contained in:
Michael Daniels
2026-05-01 17:47:46 -04:00
parent 34a79ce1ee
commit 7acc0de8d2
2 changed files with 0 additions and 6 deletions
@@ -68,9 +68,6 @@ pkgs.stdenvNoCC.mkDerivation {
'';
shellHook =
let
# trying to only add spaces as necessary for optional args
# with optStr don't need spaces between nix templating
optStr = cond: string: lib.optionalString cond "${string} ";
args = [
"hydra-check"
]
@@ -17,12 +17,9 @@ in
let
inherit (builtins)
attrNames
concatStrings
filter
genList
isNull
length
stringLength
toJSON
;
inherit (pkgs.lib)