flakes/overlays/osu-lazer.nix

6 lines
131 B
Nix
Raw Normal View History

2021-07-23 10:02:56 +07:00
self: super: {
osu-lazer = super.osu-lazer.overrideAttrs(o: {
patches = [ ./patches/bypass-tamper-detection.patch ];
});
}