Commit c80dc381 authored by Connor Baker's avatar Connor Baker
Browse files

testers.testEqualArrayOrMap: remove unused finalAttrs

parent 1a47f317
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ let
      expectedMap ? null,
      script,
    }:
    stdenvNoCC.mkDerivation (finalAttrs: {
    stdenvNoCC.mkDerivation {
      __structuredAttrs = true;
      strictDeps = true;

@@ -32,6 +32,6 @@ let
      inherit script;

      buildCommandPath = ./build-command.sh;
    });
    };
in
makeOverridable testEqualArrayOrMap