From fcbe990ab7802af8fced0908941c223accd35c6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Thu, 13 Aug 2020 15:37:45 +0100 Subject: [PATCH] nix/update: skip shamilton --- nur/update.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nur/update.py b/nur/update.py index 1e5db4e47..94212a991 100644 --- a/nur/update.py +++ b/nur/update.py @@ -76,6 +76,9 @@ def update_command(args: Namespace) -> None: manifest = load_manifest(MANIFEST_PATH, LOCK_PATH) for repo in manifest.repos: + if repo.name == "shamilton": + print("Skip shamilton due to https://github.com/nix-community/nur-combined/commit/00b4f9809c#r41441760") + try: update(repo) except EvalError as err: