Loading pkgs/games/steam-tui/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -38,7 +38,7 @@ rustPlatform.buildRustPackage rec { description = "Rust TUI client for steamcmd"; homepage = "https://github.com/dmadisetti/steam-tui"; license = licenses.mit; maintainers = with maintainers; [ lom ]; maintainers = with maintainers; [ lom dmadisetti ]; # steam only supports that platform platforms = [ "x86_64-linux" ]; mainProgram = "steam-tui"; Loading Loading
pkgs/games/steam-tui/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -38,7 +38,7 @@ rustPlatform.buildRustPackage rec { description = "Rust TUI client for steamcmd"; homepage = "https://github.com/dmadisetti/steam-tui"; license = licenses.mit; maintainers = with maintainers; [ lom ]; maintainers = with maintainers; [ lom dmadisetti ]; # steam only supports that platform platforms = [ "x86_64-linux" ]; mainProgram = "steam-tui"; Loading