From f60b0bde4122809010d3bfbd41158f61976c4cd8 Mon Sep 17 00:00:00 2001 From: Jan-Erik Rediger Date: Sun, 2 Jun 2024 00:53:39 +0200 Subject: [PATCH] update input --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 1986ecd..2092629 100644 --- a/flake.lock +++ b/flake.lock @@ -11,16 +11,16 @@ "locked": { "lastModified": 1717281762, "narHash": "sha256-NUMYwtqlN7NzDOC3wEQnYAlbZsSMkbnljE4nXdAarIo=", - "ref": "merged-pkgs", + "ref": "main", "rev": "7c95e59ca463112e1c7b43f452dbfe864fd8468c", "revCount": 21, "type": "git", - "url": "ssh://forgejo@git.fnordig.de/jer/hare-mac.git" + "url": "https://git.fnordig.de/jer/hare-mac.git" }, "original": { - "ref": "merged-pkgs", + "ref": "main", "type": "git", - "url": "ssh://forgejo@git.fnordig.de/jer/hare-mac.git" + "url": "https://git.fnordig.de/jer/hare-mac.git" } }, "hare-src": { diff --git a/flake.nix b/flake.nix index cc50c9c..3292fdb 100644 --- a/flake.nix +++ b/flake.nix @@ -3,7 +3,7 @@ inputs = { hare-pkgs = { - url = "git+ssh://forgejo@git.fnordig.de/jer/hare-mac.git?ref=merged-pkgs"; + url = "git+https://git.fnordig.de/jer/hare-mac.git?ref=main"; }; };