refactor(rrv.sh): change rrv.sh input to use github instead of forgejo

This commit is contained in:
Mohammad Rafiq 2025-06-30 03:14:58 +08:00
parent 715f84ee83
commit b068149ffb
No known key found for this signature in database
2 changed files with 7 additions and 7 deletions

View file

@ -2,7 +2,7 @@
inputs = {
crane.url = "github:ipetkov/crane";
rrv-sh.url = "git+ssh://forgejo@git.rrv.sh/rrvsh/rrv.sh";
rrv-sh.url = "github:rrvsh/rrv.sh";
disko.inputs.nixpkgs.follows = "nixpkgs";
disko.url = "github:nix-community/disko";
flake-compat.url = "github:edolstra/flake-compat";