flake: pin buildbot

This commit is contained in:
zowoq 2024-04-10 09:02:40 +10:00
parent 873bfa211d
commit aac186bc74
2 changed files with 6 additions and 4 deletions

7
flake.lock generated
View file

@ -13,16 +13,17 @@
]
},
"locked": {
"lastModified": 1712454158,
"narHash": "sha256-HlwszmWGmERzJji0wuuoy5K7cxoGkBve+5+DV7xJIjo=",
"lastModified": 1712194703,
"narHash": "sha256-s/KZ2F9ckEBtxfF96IuASNUIWN3umnQRjbaW0Gwuadw=",
"owner": "Mic92",
"repo": "buildbot-nix",
"rev": "c2d4007e6bbd7ac6b8fcb8b8af4fac273ec15768",
"rev": "54b8dbbdb4a257657031ac8a7059788ab7883d32",
"type": "github"
},
"original": {
"owner": "Mic92",
"repo": "buildbot-nix",
"rev": "54b8dbbdb4a257657031ac8a7059788ab7883d32",
"type": "github"
}
},

View file

@ -27,7 +27,8 @@
nixpkgs-update-github-releases.url = "github:nix-community/nixpkgs-update-github-releases";
nixpkgs-update-github-releases.flake = false;
buildbot-nix.url = "github:Mic92/buildbot-nix";
# "do merges locally" breaks inital clone https://github.com/Mic92/buildbot-nix/commit/956e8e0a6708bceefe01bd32c11f2b36aa361c1a
buildbot-nix.url = "github:Mic92/buildbot-nix/54b8dbbdb4a257657031ac8a7059788ab7883d32";
buildbot-nix.inputs.nixpkgs.follows = "nixpkgs";
buildbot-nix.inputs.flake-parts.follows = "flake-parts";
buildbot-nix.inputs.treefmt-nix.follows = "treefmt-nix";