nix/update: skip shamilton
This commit is contained in:
parent
37487be020
commit
fcbe990ab7
1 changed files with 3 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue