nix/update: skip shamilton

This commit is contained in:
Jörg Thalheim 2020-08-13 15:37:45 +01:00
parent 37487be020
commit fcbe990ab7
No known key found for this signature in database
GPG key ID: 003F2096411B5F92

View file

@ -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: