8 lines
180 B
Nix
8 lines
180 B
Nix
{ osu-lazer }:
|
|
osu-lazer.overrideAttrs (o: o // {
|
|
patches = o.patches ++ [
|
|
./0001-Disable-deployed-build.patch
|
|
./0002-Remove-random-song-button-from-footer.patch
|
|
];
|
|
})
|