add osu-lazer with patch
This commit is contained in:
parent
7b1ee73f2a
commit
543f0bc823
3 changed files with 29 additions and 0 deletions
5
overlays/osu-lazer.nix
Normal file
5
overlays/osu-lazer.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
self: super: {
|
||||
osu-lazer = super.osu-lazer.overrideAttrs(o: {
|
||||
patches = [ ./patches/bypass-tamper-detection.patch ];
|
||||
});
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue