Update flake inputs, and add osu!-lazer game
This commit is contained in:
parent
6539566576
commit
498ce94456
4 changed files with 217 additions and 132 deletions
9
overlays/additions/osu-lazer-bin.nix
Normal file
9
overlays/additions/osu-lazer-bin.nix
Normal 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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue