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": {
"lastModified": 1772566807,
"narHash": "sha256-e5Fdb2K0GHPGVj3l+Jn/QIdxaR30WZATmmOb6amaVRA=",
"owner": "sophronesis",
"repo": "peerix",
"rev": "a56a9ff1dd1023bae1d68dfe5d1133822ad6f4ae",
"type": "github"
"lastModified": 1773939829,
"narHash": "sha256-YFcPBu5Z2s5DEhJgLD2f7/P5xiyhQkCXgBVjYaVPxAI=",
"ref": "refs/heads/master",
"rev": "25338911d013865b68bd52041eb2f0eeb4955cbf",
"revCount": 285,
"type": "git",
"url": "ssh://git@gitea.lumpiasty.xyz/Lumpiasty/peerix.git"
},
"original": {
"owner": "sophronesis",
"repo": "peerix",
"type": "github"
"type": "git",
"url": "ssh://git@gitea.lumpiasty.xyz/Lumpiasty/peerix.git"
}
},
"plasma-manager": {
+1 -1
View File
@@ -27,7 +27,7 @@
inputs.nixpkgs.follows = "nixpkgs";
};
peerix = {
url = "github:sophronesis/peerix";
url = "git+ssh://git@gitea.lumpiasty.xyz/Lumpiasty/peerix.git"; # fork of github:sophronesis/peerix
inputs.nixpkgs.follows = "nixpkgs";
};
};