testers.testEqualArrayOrMap: remove unused finalAttrs

This commit is contained in:
Connor Baker
2025-02-21 10:14:31 -08:00
parent 1a47f317c2
commit c80dc38159
@@ -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