diff --git a/pkgs/test/overriding.nix b/pkgs/test/overriding.nix index e207e8280545..b536097cad85 100644 --- a/pkgs/test/overriding.nix +++ b/pkgs/test/overriding.nix @@ -465,6 +465,10 @@ let expr = (applyOverridePythonAttrs (applyOverridePythonAttrs package-stub)).overridePythonAttrsFlag; expected = 2; }; + overridePythonAttrs-plain = { + expr = (package-stub.overridePythonAttrs { overridePythonAttrsFlag = 0; }).overridePythonAttrsFlag; + expected = 0; + }; overrideAttrs-overridePythonAttrs-test-overrideAttrs = { expr = { inherit (applyOverridePythonAttrs (overrideAttrsFooBar package-stub))