diff --git a/programs/games.nix b/programs/games.nix index b0f91c7..d679789 100644 --- a/programs/games.nix +++ b/programs/games.nix @@ -1,4 +1,23 @@ -{ lib, config, pkgs, ... }: { +{ lib, config, pkgs, ... }: let + wiiUDownloader = pkgs.stdenv.mkDerivation rec { + pname = "WiiUDownloader"; + version = "1.32"; + src = pkgs.fetchFromGitHub { + owner = "Xpl0itU"; + repo = "WiiUDownloader"; + rev = "v${version}"; + hash = ""; + }; + nativeBuildInputs = with pkgs; [ + cmake + pkg-config + ]; + buildInputs = with pkgs; [ + curl + mbedtls + ]; + }; +in { # For steam services.flatpak.enable = true; # Game compat