From ab0c99c86f86f0f1921231c64940f587f644502c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Fri, 3 May 2024 13:02:36 +0200 Subject: [PATCH] buildbot-nix: switch to main branch --- flake.lock | 7 +++---- flake.nix | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 4f05130..0800252 100644 --- a/flake.lock +++ b/flake.lock @@ -13,16 +13,15 @@ ] }, "locked": { - "lastModified": 1714557645, - "narHash": "sha256-iCbmdbJULi4reK8qfkvvc3U9T/yKawBA3pbwA4y5kRQ=", + "lastModified": 1714731655, + "narHash": "sha256-l1CBL6Opxoay8H3rxRb9aD6Y0WJU/rNMbIjkAMqegGk=", "owner": "Mic92", "repo": "buildbot-nix", - "rev": "4f78c6e7f79b936c8169c0ec4ad379a9d304a208", + "rev": "a36953b52d6bb9a52da2f5edce9abba18bd595c5", "type": "github" }, "original": { "owner": "Mic92", - "ref": "gitea-fixes", "repo": "buildbot-nix", "type": "github" } diff --git a/flake.nix b/flake.nix index 890ae50..374f524 100644 --- a/flake.nix +++ b/flake.nix @@ -30,7 +30,7 @@ clan-core.inputs.treefmt-nix.follows = "treefmt-nix"; clan-core.inputs.sops-nix.follows = "sops-nix"; - buildbot-nix.url = "github:Mic92/buildbot-nix/gitea-fixes"; + 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";