Loading pkgs/test/overriding.nix +4 −0 Original line number Diff line number Diff line Loading @@ -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)) Loading Loading
pkgs/test/overriding.nix +4 −0 Original line number Diff line number Diff line Loading @@ -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)) Loading