flake: update buildbot-nix

This commit is contained in:
zowoq 2024-09-23 23:24:31 +10:00
parent 2f654b4b29
commit 48c90dee1a
2 changed files with 6 additions and 7 deletions

11
flake.lock generated
View file

@ -42,16 +42,15 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1727058190, "lastModified": 1727098656,
"narHash": "sha256-MdqsiV45DkkhGnAUajWB6gBSKkJ1bSNfSEJGGIyU1aI=", "narHash": "sha256-YzzqDIR+nuB+JsiQ7BTMuXzHe06vnFw/+AEo6en/hx4=",
"owner": "qowoz", "owner": "nix-community",
"repo": "buildbot-nix", "repo": "buildbot-nix",
"rev": "c57c5e378f8c968815683283ae9e51945e00f54d", "rev": "3ac54ba1cc53aae01dd27055a710fbebab19acfe",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "qowoz", "owner": "nix-community",
"ref": "more-skipped-build-workers",
"repo": "buildbot-nix", "repo": "buildbot-nix",
"type": "github" "type": "github"
} }

View file

@ -15,7 +15,7 @@
buildbot-nix.inputs.flake-parts.follows = "flake-parts"; buildbot-nix.inputs.flake-parts.follows = "flake-parts";
buildbot-nix.inputs.nixpkgs.follows = "nixpkgs"; buildbot-nix.inputs.nixpkgs.follows = "nixpkgs";
buildbot-nix.inputs.treefmt-nix.follows = "treefmt-nix"; buildbot-nix.inputs.treefmt-nix.follows = "treefmt-nix";
buildbot-nix.url = "github:qowoz/buildbot-nix/more-skipped-build-workers"; buildbot-nix.url = "github:nix-community/buildbot-nix";
comin.inputs.nixpkgs.follows = "nixpkgs"; comin.inputs.nixpkgs.follows = "nixpkgs";
comin.url = "github:nlewo/comin/d3658c452024824235de2355ac3e156b10c3eaaf"; comin.url = "github:nlewo/comin/d3658c452024824235de2355ac3e156b10c3eaaf";
disko.inputs.nixpkgs.follows = "nixpkgs"; disko.inputs.nixpkgs.follows = "nixpkgs";