Update flake inputs, and add osu!-lazer game

This commit is contained in:
ulic-youthlic 2025-10-04 11:28:55 +08:00
parent 6539566576
commit 498ce94456
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
4 changed files with 217 additions and 132 deletions

View file

@ -0,0 +1,9 @@
{ inputs, ... }:
_final: prev:
let
inherit (inputs) nix-gaming;
inherit (prev.stdenv.hostPlatform) system;
in
{
inherit (nix-gaming.packages.${system}) osu-lazer-bin; # typochecker: disable-line
}