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