diff --git a/pins.json b/pins.json index 0e54d88..8562cdf 100644 --- a/pins.json +++ b/pins.json @@ -1 +1 @@ -{"nix-eval-jobs": {"kind": "git", "rev": "793841a9b7b689e37c9a7902710aab2bd6a833d5", "nar_hash": "sha256-hUYgXLE0+zOkGPXXwiVPYAZBQ5Es9OOkm800puk7a94=", "url": "git@git.lix.systems:lix-project/nix-eval-jobs", "ref": "main"}} \ No newline at end of file +{"nix-eval-jobs": {"kind": "git", "rev": "793841a9b7b689e37c9a7902710aab2bd6a833d5", "nar_hash": "sha256-hUYgXLE0+zOkGPXXwiVPYAZBQ5Es9OOkm800puk7a94=", "url": "https://git.lix.systems/lix-project/nix-eval-jobs.git", "ref": "main"}} diff --git a/update_pins.py b/update_pins.py index 4f68b57..752f5d5 100755 --- a/update_pins.py +++ b/update_pins.py @@ -146,7 +146,7 @@ def lock_git(url, branch) -> GitPinSerialized: PINS = { 'nix-eval-jobs': - GitPinSpec('git@git.lix.systems:lix-project/nix-eval-jobs', 'main') + GitPinSpec('https://git.lix.systems/lix-project/nix-eval-jobs.git', 'main') }