Update website to use gitea link

This commit is contained in:
2025-11-29 23:42:43 +01:00
parent ecbe87af9b
commit 1b970d59f6
2 changed files with 6 additions and 6 deletions

8
flake.lock generated
View File

@@ -115,11 +115,11 @@
"rev": "ff7f23ab0351dcf8b062d6a5a99c2c6cafcf24a0", "rev": "ff7f23ab0351dcf8b062d6a5a99c2c6cafcf24a0",
"revCount": 2, "revCount": 2,
"type": "git", "type": "git",
"url": "file:///home/kiri/dev/lab/community-website" "url": "ssh://git@orion/kiri/community-website"
}, },
"original": { "original": {
"type": "git", "type": "git",
"url": "file:///home/kiri/dev/lab/community-website" "url": "ssh://git@orion/kiri/community-website"
} }
}, },
"copyparty": { "copyparty": {
@@ -1472,11 +1472,11 @@
"rev": "518bc7f87540926bf9c497c788cd944df122ea6e", "rev": "518bc7f87540926bf9c497c788cd944df122ea6e",
"revCount": 5, "revCount": 5,
"type": "git", "type": "git",
"url": "file:///home/kiri/dev/lab/zentire-new" "url": "ssh://git@orion/kiri/zentire-website"
}, },
"original": { "original": {
"type": "git", "type": "git",
"url": "file:///home/kiri/dev/lab/zentire-new" "url": "ssh://git@orion/kiri/zentire-website"
} }
} }
}, },

View File

@@ -45,12 +45,12 @@
# Websites # Websites
community-website = { community-website = {
url = "git+file:///home/kiri/dev/lab/community-website"; url = "git+ssh://git@orion/kiri/community-website";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
zentire-website = { zentire-website = {
url = "git+file:///home/kiri/dev/lab/zentire-new"; url = "git+ssh://git@orion/kiri/zentire-website";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
}; };