this repo has no description
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: matrix olm marked not vulnerable

+4
+4
overlays/default.nix
··· 32 32 ]; 33 33 }); 34 34 35 + olm = prev.olm.overrideAttrs (attrs: { 36 + knownVulnerabilities = []; 37 + }); 38 + 35 39 # Need to do server and agent too, maybe 36 40 # woodpecker-cli-next = 37 41 # let