From b85499b598ecac0b2bbbeec169e18c86fe339121 Mon Sep 17 00:00:00 2001 From: 4DBug <4DBug@github.com> Date: Mon, 19 Jan 2026 23:35:28 -0600 Subject: [PATCH] push --- main.nix | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/main.nix b/main.nix index fee929a..50aa1eb 100644 --- a/main.nix +++ b/main.nix @@ -288,12 +288,12 @@ in "org.pipewire.Helvum" "community.pathofbuilding.PathOfBuilding" - rec { + { appId = "com.hytale.Launcher"; sha256 = "sha256-SUxfyovC2umZmsOj5bOTZ8WfGCpnWcz7svOESwNekV0="; bundle = "${pkgs.fetchurl { url = "https://launcher.hytale.com/builds/release/linux/amd64/hytale-launcher-latest.flatpak"; - inherit sha256; + sha256 = "sha256-SUxfyovC2umZmsOj5bOTZ8WfGCpnWcz7svOESwNekV0="; }}"; } ]; @@ -596,7 +596,10 @@ ssh -R \"$\{name}:80:localhost:$\{port}\" tuns.sh'\'' _"; enable = true; libraries = options.programs.nix-ld.libraries.default ++ (with pkgs; [ - + xorg.libX11 + libxml2 + udev + gcc ]); }; };