Skip to content

Commit 7706fa0

Browse files
committed
remarshal_0_17: remove updateScript, add no auto update comment
using a throw breaks the nixpkgs-update updateScript service
1 parent 2867f69 commit 7706fa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/by-name/re/remarshal_0_17/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ pythonPackages.buildPythonApplication rec {
5050

5151
nativeCheckInputs = [ pythonPackages.pytestCheckHook ];
5252

53-
passthru.updateScript = throw "This package is pinned to 0.17.1 for YAML 1.1 support";
53+
# nixpkgs-update: no auto update
5454

5555
meta = with lib; {
5656
changelog = "https://github.com/remarshal-project/remarshal/releases/tag/v${version}";

0 commit comments

Comments
 (0)