refactor(rrv.sh): change rrv.sh input to use github instead of forgejo
This commit is contained in:
parent
715f84ee83
commit
b068149ffb
2 changed files with 7 additions and 7 deletions
12
flake.lock
generated
12
flake.lock
generated
|
@ -934,15 +934,15 @@
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1751104218,
|
"lastModified": 1751104218,
|
||||||
"narHash": "sha256-x2jJambQHw24hfb3sm9Wnxw2GdKj+S0MGH+DGBis4Rs=",
|
"narHash": "sha256-x2jJambQHw24hfb3sm9Wnxw2GdKj+S0MGH+DGBis4Rs=",
|
||||||
"ref": "refs/heads/prime",
|
"owner": "rrvsh",
|
||||||
|
"repo": "rrv.sh",
|
||||||
"rev": "9010adc01a7cfe44ab468b2463f0f579f0952fe2",
|
"rev": "9010adc01a7cfe44ab468b2463f0f579f0952fe2",
|
||||||
"revCount": 14,
|
"type": "github"
|
||||||
"type": "git",
|
|
||||||
"url": "ssh://forgejo@git.rrv.sh/rrvsh/rrv.sh"
|
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"type": "git",
|
"owner": "rrvsh",
|
||||||
"url": "ssh://forgejo@git.rrv.sh/rrvsh/rrv.sh"
|
"repo": "rrv.sh",
|
||||||
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"rrvsh-nixpkgs": {
|
"rrvsh-nixpkgs": {
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
crane.url = "github:ipetkov/crane";
|
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.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
disko.url = "github:nix-community/disko";
|
disko.url = "github:nix-community/disko";
|
||||||
flake-compat.url = "github:edolstra/flake-compat";
|
flake-compat.url = "github:edolstra/flake-compat";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue