switch peerix to private fork with fix

This commit is contained in:
2026-03-19 18:07:40 +01:00
parent dda547954b
commit 126e828b4f
2 changed files with 10 additions and 10 deletions
Generated
+9 -9
View File
@@ -279,17 +279,17 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1772566807, "lastModified": 1773939829,
"narHash": "sha256-e5Fdb2K0GHPGVj3l+Jn/QIdxaR30WZATmmOb6amaVRA=", "narHash": "sha256-YFcPBu5Z2s5DEhJgLD2f7/P5xiyhQkCXgBVjYaVPxAI=",
"owner": "sophronesis", "ref": "refs/heads/master",
"repo": "peerix", "rev": "25338911d013865b68bd52041eb2f0eeb4955cbf",
"rev": "a56a9ff1dd1023bae1d68dfe5d1133822ad6f4ae", "revCount": 285,
"type": "github" "type": "git",
"url": "ssh://git@gitea.lumpiasty.xyz/Lumpiasty/peerix.git"
}, },
"original": { "original": {
"owner": "sophronesis", "type": "git",
"repo": "peerix", "url": "ssh://git@gitea.lumpiasty.xyz/Lumpiasty/peerix.git"
"type": "github"
} }
}, },
"plasma-manager": { "plasma-manager": {
+1 -1
View File
@@ -27,7 +27,7 @@
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
peerix = { peerix = {
url = "github:sophronesis/peerix"; url = "git+ssh://git@gitea.lumpiasty.xyz/Lumpiasty/peerix.git"; # fork of github:sophronesis/peerix
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
}; };