flake: use https instead of ssh

This commit is contained in:
ooks-io 2025-01-19 15:59:38 +11:00
parent 214622f76f
commit 0055bb8146
2 changed files with 3 additions and 4 deletions

View file

@ -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";