feat: Replace buildbot-nix with auxolotl fork
All checks were successful
buildbot/nix-eval Build done.

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
This commit is contained in:
Skyler Grey 2024-07-28 08:54:30 +00:00
parent 198b4dff20
commit bbe9ab210c
2 changed files with 10 additions and 10 deletions

View file

@ -72,17 +72,17 @@
"treefmt-nix": "treefmt-nix" "treefmt-nix": "treefmt-nix"
}, },
"locked": { "locked": {
"lastModified": 1722025605, "lastModified": 1722156618,
"narHash": "sha256-WKgvUD1V5w3GQ/uycqHMmYXhYvbB0T0EnKFeQ8hb6j8=", "narHash": "sha256-SU6dv1VGafsTueKsecwdIyJhhvONrDHgDWBXENPL6vc=",
"owner": "nix-community", "ref": "refs/heads/main",
"repo": "buildbot-nix", "rev": "70dfe2521154a0e1b25ec93b82f63e559eb53fc4",
"rev": "225d286fa78389329168befc5d26888e317d0d0d", "revCount": 369,
"type": "github" "type": "git",
"url": "https://git.auxolotl.org/auxolotl/buildbot-nix.git"
}, },
"original": { "original": {
"owner": "nix-community", "type": "git",
"repo": "buildbot-nix", "url": "https://git.auxolotl.org/auxolotl/buildbot-nix.git"
"type": "github"
} }
}, },
"darwin": { "darwin": {

View file

@ -25,7 +25,7 @@
inputs.nixpkgs.follows = "nixpkgs"; 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) # Do not override nixpkgs in buildbot-nix (see https://github.com/nix-community/buildbot-nix)
deploy-rs = { deploy-rs = {