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:
2026-03-10 02:49:51 +01:00
parent b4de2c54ba
commit 221bbadc31
3 changed files with 8 additions and 7 deletions

12
flake.lock generated
View File

@@ -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": {

View File

@@ -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 = {

View File

@@ -98,6 +98,7 @@ in
rust-analyzer rust-analyzer
# Homemade shit # Homemade shit
forgejo-mcp
ghettoptt ghettoptt
huecli huecli
nixprstatus nixprstatus