feat: Replace buildbot-nix with auxolotl fork #12
18
flake.lock
18
flake.lock
|
@ -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": {
|
||||||
|
|
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue