push
This commit is contained in:
9
main.nix
9
main.nix
@@ -288,12 +288,12 @@ in
|
|||||||
"org.pipewire.Helvum"
|
"org.pipewire.Helvum"
|
||||||
"community.pathofbuilding.PathOfBuilding"
|
"community.pathofbuilding.PathOfBuilding"
|
||||||
|
|
||||||
rec {
|
{
|
||||||
appId = "com.hytale.Launcher";
|
appId = "com.hytale.Launcher";
|
||||||
sha256 = "sha256-SUxfyovC2umZmsOj5bOTZ8WfGCpnWcz7svOESwNekV0=";
|
sha256 = "sha256-SUxfyovC2umZmsOj5bOTZ8WfGCpnWcz7svOESwNekV0=";
|
||||||
bundle = "${pkgs.fetchurl {
|
bundle = "${pkgs.fetchurl {
|
||||||
url = "https://launcher.hytale.com/builds/release/linux/amd64/hytale-launcher-latest.flatpak";
|
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;
|
enable = true;
|
||||||
|
|
||||||
libraries = options.programs.nix-ld.libraries.default ++ (with pkgs; [
|
libraries = options.programs.nix-ld.libraries.default ++ (with pkgs; [
|
||||||
|
xorg.libX11
|
||||||
|
libxml2
|
||||||
|
udev
|
||||||
|
gcc
|
||||||
]);
|
]);
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user