From e290667c8946bf92a89da9de3516e1aca7d6cb2c Mon Sep 17 00:00:00 2001 From: Skyler Grey Date: Thu, 8 Aug 2024 22:35:31 +0000 Subject: [PATCH] feat: Replace buildbot-nix with auxolotl fork (#12) I have forked buildbot-nix to https://git.auxolotl.org/auxolotl/buildbot-nix I have made an improvement there to how output paths are written, and this input change pulls in the update Reviewed-on: https://git.auxolotl.org/auxolotl/infra/pulls/12 Co-authored-by: Skyler Grey Co-committed-by: Skyler Grey --- flake.lock | 18 +++++++++--------- flake.nix | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/flake.lock b/flake.lock index 07cb3e0..dd47834 100644 --- a/flake.lock +++ b/flake.lock @@ -72,17 +72,17 @@ "treefmt-nix": "treefmt-nix" }, "locked": { - "lastModified": 1722025605, - "narHash": "sha256-WKgvUD1V5w3GQ/uycqHMmYXhYvbB0T0EnKFeQ8hb6j8=", - "owner": "nix-community", - "repo": "buildbot-nix", - "rev": "225d286fa78389329168befc5d26888e317d0d0d", - "type": "github" + "lastModified": 1722156618, + "narHash": "sha256-SU6dv1VGafsTueKsecwdIyJhhvONrDHgDWBXENPL6vc=", + "ref": "refs/heads/main", + "rev": "70dfe2521154a0e1b25ec93b82f63e559eb53fc4", + "revCount": 369, + "type": "git", + "url": "https://git.auxolotl.org/auxolotl/buildbot-nix.git" }, "original": { - "owner": "nix-community", - "repo": "buildbot-nix", - "type": "github" + "type": "git", + "url": "https://git.auxolotl.org/auxolotl/buildbot-nix.git" } }, "darwin": { diff --git a/flake.nix b/flake.nix index e89fee2..0723e81 100644 --- a/flake.nix +++ b/flake.nix @@ -25,7 +25,7 @@ inputs.nixpkgs.follows = "nixpkgs"; }; - buildbot-nix.url = "github:nix-community/buildbot-nix"; + buildbot-nix.url = "git+https://git.auxolotl.org/auxolotl/buildbot-nix.git"; # Do not override nixpkgs in buildbot-nix (see https://github.com/nix-community/buildbot-nix) deploy-rs = {