From abba96a30636640d73e66197aa2d359128eed16a Mon Sep 17 00:00:00 2001 From: Lukas Wurzinger Date: Fri, 27 Dec 2024 22:12:56 +0100 Subject: [PATCH 1/2] fix --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index c6ab5e4..620dea3 100644 --- a/flake.nix +++ b/flake.nix @@ -13,7 +13,7 @@ agenix.url = "github:ryantm/agenix"; # Helix - hxwrap.url = "git+ssh://forgejo@tea.wrz.one/lukas/hxwrap.git"; + hxwrap.url = "git+https://forgejo@tea.wrz.one/lukas/hxwrap.git"; # COSMIC nixos-cosmic.url = "github:lilyinstarlight/nixos-cosmic"; From 5f017e6a4e29a03113ae4f89704834668c6ab77f Mon Sep 17 00:00:00 2001 From: Lukas Wurzinger Date: Fri, 27 Dec 2024 22:13:10 +0100 Subject: [PATCH 2/2] fix --- flake.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.lock b/flake.lock index 32b5fe6..e6ed16f 100644 --- a/flake.lock +++ b/flake.lock @@ -453,11 +453,11 @@ "rev": "2d348d78cc12247a405f6f9914b08e82579fd167", "revCount": 12, "type": "git", - "url": "ssh://forgejo@tea.wrz.one/lukas/hxwrap.git" + "url": "https://forgejo@tea.wrz.one/lukas/hxwrap.git" }, "original": { "type": "git", - "url": "ssh://forgejo@tea.wrz.one/lukas/hxwrap.git" + "url": "https://forgejo@tea.wrz.one/lukas/hxwrap.git" } }, "libgit2": {