We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5181f1d commit 962c25bCopy full SHA for 962c25b
packages/buildbot.nix
@@ -1,10 +1 @@
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
-})
+{ buildbot, fetchpatch }: buildbot
0 commit comments