From c57428b84e42375ca2f07b547f66e7a1cf33f45b Mon Sep 17 00:00:00 2001 From: zowoq <59103226+zowoq@users.noreply.github.com> Date: Fri, 13 Sep 2024 10:30:58 +1000 Subject: [PATCH] flake: update buildbot-nix --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 00b1071..148d006 100644 --- a/flake.lock +++ b/flake.lock @@ -42,16 +42,16 @@ ] }, "locked": { - "lastModified": 1724107491, - "narHash": "sha256-x5PH8y1X7ppy9HPX8vFAq9gHuzezuydubCBgOm9IDeQ=", + "lastModified": 1726182549, + "narHash": "sha256-KL/9xQpcLKc3CRNG5bTZ3+QnSrXVkotpwhFpHMIco2I=", "owner": "qowoz", "repo": "buildbot-nix", - "rev": "8229ddc0a4fa968ad04a32bdfda7099da6f9d533", + "rev": "745d24f7f2fdbf96b9325e2ae94eb328902c0f6e", "type": "github" }, "original": { "owner": "qowoz", - "ref": "skipped-build-workers", + "ref": "more-skipped-build-workers", "repo": "buildbot-nix", "type": "github" } diff --git a/flake.nix b/flake.nix index c302098..54247a0 100644 --- a/flake.nix +++ b/flake.nix @@ -15,7 +15,7 @@ buildbot-nix.inputs.flake-parts.follows = "flake-parts"; buildbot-nix.inputs.nixpkgs.follows = "nixpkgs"; buildbot-nix.inputs.treefmt-nix.follows = "treefmt-nix"; - buildbot-nix.url = "github:qowoz/buildbot-nix/skipped-build-workers"; + buildbot-nix.url = "github:qowoz/buildbot-nix/more-skipped-build-workers"; comin.inputs.nixpkgs.follows = "nixpkgs"; comin.url = "github:nlewo/comin/d3658c452024824235de2355ac3e156b10c3eaaf"; disko.inputs.nixpkgs.follows = "nixpkgs";