From 0055bb8146971546a655b78dd49bbdaa3f277eef Mon Sep 17 00:00:00 2001 From: ooks-io Date: Sun, 19 Jan 2025 15:59:38 +1100 Subject: [PATCH] flake: use https instead of ssh --- flake.lock | 4 ++-- flake.nix | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index ae36e2d..154622e 100644 --- a/flake.lock +++ b/flake.lock @@ -3093,11 +3093,11 @@ "rev": "dbbf390c798a14bb316681e62fe56355d9ea88f6", "revCount": 4, "type": "git", - "url": "ssh://git@github.com/ooks-io/kunzen" + "url": "https://git@github.com/ooks-io/kunzen" }, "original": { "type": "git", - "url": "ssh://git@github.com/ooks-io/kunzen" + "url": "https://git@github.com/ooks-io/kunzen" } }, "systems": { diff --git a/flake.nix b/flake.nix index 313e272..adbcbd4 100644 --- a/flake.nix +++ b/flake.nix @@ -14,7 +14,6 @@ flake-parts = { url = "github:hercules-ci/flake-parts"; - inputs.nixpkgs.follows = "nixpkgs"; }; flake-utils = { @@ -52,7 +51,7 @@ }; secrets = { - url = "git+ssh://git@github.com/ooks-io/kunzen"; + url = "git+https://git@github.com/ooks-io/kunzen"; inputs = { nixpkgs.follows = "nixpkgs"; flake-parts.follows = "flake-parts";