5 lines
131 B
Nix
5 lines
131 B
Nix
self: super: {
|
|
osu-lazer = super.osu-lazer.overrideAttrs(o: {
|
|
patches = [ ./patches/bypass-tamper-detection.patch ];
|
|
});
|
|
}
|