flake: unpin buildbot-nix

This commit is contained in:
zowoq 2023-11-05 11:27:12 +10:00
parent 496402ccb9
commit 67e180cb4f
2 changed files with 4 additions and 5 deletions

7
flake.lock generated
View file

@ -13,17 +13,16 @@
]
},
"locked": {
"lastModified": 1699096834,
"narHash": "sha256-e25Mt5yoc7JUERqhvDaw58mh2DQiz0h4YPb0fO/i7G8=",
"lastModified": 1699102494,
"narHash": "sha256-tHK/Qnj05IXKO1KVDp3GfVi1taeSDUOgSsahX8b5SFY=",
"owner": "Mic92",
"repo": "buildbot-nix",
"rev": "3bf9f399f9b55b1d530be2b25c4f3799c74554eb",
"rev": "9884c25e94840bc733d7c26d720bca2decf7c640",
"type": "github"
},
"original": {
"owner": "Mic92",
"repo": "buildbot-nix",
"rev": "3bf9f399f9b55b1d530be2b25c4f3799c74554eb",
"type": "github"
}
},

View file

@ -28,7 +28,7 @@
nixpkgs-update-github-releases.url = "github:ryantm/nixpkgs-update-github-releases";
nixpkgs-update-github-releases.flake = false;
buildbot-nix.url = "github:Mic92/buildbot-nix/3bf9f399f9b55b1d530be2b25c4f3799c74554eb";
buildbot-nix.url = "github:Mic92/buildbot-nix";
buildbot-nix.inputs.nixpkgs.follows = "nixpkgs";
buildbot-nix.inputs.flake-parts.follows = "flake-parts";
buildbot-nix.inputs.treefmt-nix.follows = "treefmt-nix";