flake.nix: move buzzrelay from gitea to github

This commit is contained in:
Astro 2023-01-17 00:57:24 +01:00
parent e76232a081
commit 91ad218241
2 changed files with 7 additions and 7 deletions

View File

@ -144,15 +144,15 @@
"locked": {
"lastModified": 1673823892,
"narHash": "sha256-rZEqOFAP/YeUUGxAA1eWvxJsQSRTVbISBTJ8REo3Eyc=",
"ref": "refs/heads/main",
"owner": "astro",
"repo": "buzzrelay",
"rev": "0ecba2a2731fca6786b9da9fa5fd7572b2a427ae",
"revCount": 42,
"type": "git",
"url": "https://gitea.c3d2.de/astro/buzzrelay"
"type": "github"
},
"original": {
"type": "git",
"url": "https://gitea.c3d2.de/astro/buzzrelay"
"owner": "astro",
"repo": "buzzrelay",
"type": "github"
}
},
"c3d2-user-module": {

View File

@ -56,7 +56,7 @@
};
};
buzzrelay = {
url = "git+https://gitea.c3d2.de/astro/buzzrelay";
url = "github:astro/buzzrelay";
inputs = {
naersk.follows = "naersk";
nixpkgs.follows = "nixos";