From 126e828b4f5b987c04a2539914535ffa0a509a75 Mon Sep 17 00:00:00 2001 From: Lumpiasty Date: Thu, 19 Mar 2026 18:07:40 +0100 Subject: [PATCH] switch peerix to private fork with fix --- flake.lock | 18 +++++++++--------- flake.nix | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/flake.lock b/flake.lock index ee92b94..e37cb41 100644 --- a/flake.lock +++ b/flake.lock @@ -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": { diff --git a/flake.nix b/flake.nix index b189d15..328dc78 100644 --- a/flake.nix +++ b/flake.nix @@ -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"; }; };