Unverified Commit bc9a7019 authored by Michael Daniels's avatar Michael Daniels Committed by GitHub
Browse files

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

parents 8386368f 7acc0de8
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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"
      ]
+0 −3
Original line number Diff line number Diff line
@@ -17,12 +17,9 @@ in
let
  inherit (builtins)
    attrNames
    concatStrings
    filter
    genList
    isNull
    length
    stringLength
    toJSON
    ;
  inherit (pkgs.lib)