add osu-lazer with patch

This commit is contained in:
LavaDesu 2021-07-23 10:02:56 +07:00
parent 7b1ee73f2a
commit 543f0bc823
Signed by: cilly
GPG key ID: 6500251E087653C9
3 changed files with 29 additions and 0 deletions

5
overlays/osu-lazer.nix Normal file
View file

@ -0,0 +1,5 @@
self: super: {
osu-lazer = super.osu-lazer.overrideAttrs(o: {
patches = [ ./patches/bypass-tamper-detection.patch ];
});
}