nix-packages: migrate to forgejo and add forgejo-mcp
Update nix-packages input URL from git.t-juice.club to code.t-juice.club and add forgejo-mcp package. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
12
flake.lock
generated
12
flake.lock
generated
@@ -111,18 +111,18 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1757017925,
|
"lastModified": 1773106737,
|
||||||
"narHash": "sha256-QC1SkvyU5nQ32lju2GYK9ozuh/JYWXfWK/T7OC6dVls=",
|
"narHash": "sha256-/XL6Dn+SehMGlXvuKubNMcTk4iq2J75Z5cVO+HkIfDY=",
|
||||||
"ref": "master",
|
"ref": "master",
|
||||||
"rev": "7723cb45020e1f561f527779540faa5901d34e4d",
|
"rev": "295b0bf12ec1849564bdaa8fc2cd0f19af1a2715",
|
||||||
"revCount": 31,
|
"revCount": 47,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.t-juice.club/torjus/nix-packages"
|
"url": "https://code.t-juice.club/torjus/nix-packages"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"ref": "master",
|
"ref": "master",
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.t-juice.club/torjus/nix-packages"
|
"url": "https://code.t-juice.club/torjus/nix-packages"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
nix-packages = {
|
nix-packages = {
|
||||||
url = "git+https://git.t-juice.club/torjus/nix-packages?ref=master";
|
url = "git+https://code.t-juice.club/torjus/nix-packages?ref=master";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
nixprstatus = {
|
nixprstatus = {
|
||||||
|
|||||||
@@ -98,6 +98,7 @@ in
|
|||||||
rust-analyzer
|
rust-analyzer
|
||||||
|
|
||||||
# Homemade shit
|
# Homemade shit
|
||||||
|
forgejo-mcp
|
||||||
ghettoptt
|
ghettoptt
|
||||||
huecli
|
huecli
|
||||||
nixprstatus
|
nixprstatus
|
||||||
|
|||||||
Reference in New Issue
Block a user