add peerix

This commit is contained in:
2026-03-19 17:55:09 +01:00
parent 2f8ab6e8e9
commit dda547954b
4 changed files with 65 additions and 0 deletions
+4
View File
@@ -26,6 +26,10 @@
url = "github:jzbor/nix-sweep/main";
inputs.nixpkgs.follows = "nixpkgs";
};
peerix = {
url = "github:sophronesis/peerix";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = { self, nixos-hardware, ... }@inputs: