Enable buildbot-nix

This commit is contained in:
Greg Hellings
2025-12-06 23:17:00 -06:00
parent bbbfb6cbf6
commit 337accaeeb
10 changed files with 305 additions and 10 deletions
+4
View File
@@ -12,6 +12,10 @@
btc = {
url = "github:fort-nix/nix-bitcoin/release";
};
buildbot = {
url = "github:nix-community/buildbot-nix";
inputs.nixpkgs.follows = "nixunstable";
};
charts = {
url = "github:nix-community/nixhelm";
};