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

View File

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