File tree Expand file tree Collapse file tree 2 files changed +4
-13
lines changed Expand file tree Collapse file tree 2 files changed +4
-13
lines changed Original file line number Diff line number Diff line change 648
648
649
649
assertions = [
650
650
{
651
- assertion = lib . versionAtLeast packages . buildbot . version "4.0 .0" ;
651
+ assertion = lib . versionAtLeast packages . buildbot . version "4.3 .0" ;
652
652
message = ''
653
- `buildbot-nix` requires `buildbot` 4.0 .0 or greater to function.
654
- Set services.buildbot-nix.packages.buildbot to a nixpkgs with buildbot >= 4.0 .0,
653
+ `buildbot-nix` requires `buildbot` 4.3 .0 or greater to function.
654
+ Set services.buildbot-nix.packages.buildbot to a nixpkgs with buildbot >= 4.3 .0,
655
655
i.e. nixpkgs-unstable.
656
656
'' ;
657
657
}
Original file line number Diff line number Diff line change 1
- { buildbot , fetchpatch } :
2
- buildbot . overrideAttrs ( o : {
3
- patches = o . patches ++ [
4
- ( fetchpatch {
5
- name = "add-Build.skipBuildIf.patch" ;
6
- url = "https://github.com/buildbot/buildbot/commit/f08eeef96e15c686a4f6ad52368ad08246314751.patch" ;
7
- hash = "sha256-ACPYXMbjIfw02gsKwmDKIIZkGSxxLWCaW7ceEcgbtIU=" ;
8
- } )
9
- ] ;
10
- } )
1
+ { buildbot , fetchpatch } : buildbot
You can’t perform that action at this time.
0 commit comments