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

4
flake.lock generated
View file

@ -3093,11 +3093,11 @@
"rev": "dbbf390c798a14bb316681e62fe56355d9ea88f6", "rev": "dbbf390c798a14bb316681e62fe56355d9ea88f6",
"revCount": 4, "revCount": 4,
"type": "git", "type": "git",
"url": "ssh://git@github.com/ooks-io/kunzen" "url": "https://git@github.com/ooks-io/kunzen"
}, },
"original": { "original": {
"type": "git", "type": "git",
"url": "ssh://git@github.com/ooks-io/kunzen" "url": "https://git@github.com/ooks-io/kunzen"
} }
}, },
"systems": { "systems": {

View file

@ -14,7 +14,6 @@
flake-parts = { flake-parts = {
url = "github:hercules-ci/flake-parts"; url = "github:hercules-ci/flake-parts";
inputs.nixpkgs.follows = "nixpkgs";
}; };
flake-utils = { flake-utils = {
@ -52,7 +51,7 @@
}; };
secrets = { secrets = {
url = "git+ssh://git@github.com/ooks-io/kunzen"; url = "git+https://git@github.com/ooks-io/kunzen";
inputs = { inputs = {
nixpkgs.follows = "nixpkgs"; nixpkgs.follows = "nixpkgs";
flake-parts.follows = "flake-parts"; flake-parts.follows = "flake-parts";