diff --git a/flake.lock b/flake.lock index 47ba1ad..a66c69a 100644 --- a/flake.lock +++ b/flake.lock @@ -13,17 +13,16 @@ ] }, "locked": { - "lastModified": 1712194703, - "narHash": "sha256-s/KZ2F9ckEBtxfF96IuASNUIWN3umnQRjbaW0Gwuadw=", + "lastModified": 1712832426, + "narHash": "sha256-SnFbwSbnLsDWy4Es4ddLRQYFpicO76xV61O8ACiqv7E=", "owner": "Mic92", "repo": "buildbot-nix", - "rev": "54b8dbbdb4a257657031ac8a7059788ab7883d32", + "rev": "5f92033b61d9ae81d75cb48debf5faaadc62cfec", "type": "github" }, "original": { "owner": "Mic92", "repo": "buildbot-nix", - "rev": "54b8dbbdb4a257657031ac8a7059788ab7883d32", "type": "github" } }, diff --git a/flake.nix b/flake.nix index 33026e8..839d0df 100644 --- a/flake.nix +++ b/flake.nix @@ -27,8 +27,7 @@ nixpkgs-update-github-releases.url = "github:nix-community/nixpkgs-update-github-releases"; nixpkgs-update-github-releases.flake = false; - # "do merges locally" breaks inital clone https://github.com/Mic92/buildbot-nix/commit/956e8e0a6708bceefe01bd32c11f2b36aa361c1a - buildbot-nix.url = "github:Mic92/buildbot-nix/54b8dbbdb4a257657031ac8a7059788ab7883d32"; + 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";