maintainers/scripts: remove unused let bindings (#515630)

This commit is contained in:
Michael Daniels
2026-05-02 00:44:53 +00:00
committed by GitHub
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)