[TASK] Add hytale launcher as flake

This commit is contained in:
Sebastian Fischer 2026-02-11 07:59:24 +01:00
parent 7a4283ba3a
commit 0518c9b34a
3 changed files with 8 additions and 0 deletions

View File

@ -20,4 +20,5 @@
system.stateVersion = "25.11";
nixpkgs.config.allowUnfree = true;
nix.settings.experimental-features = [ "nix-command" "flakes" ];
}

5
config/flakes.nix Normal file
View File

@ -0,0 +1,5 @@
{ system ? "x86_64-linux" }:
{
hytale-launcher = (builtins.getFlake "github:TNAZEP/HytaleLauncherFlake").packages.${system}.default;
}

View File

@ -3,6 +3,7 @@
let
localScripts = import ./scripts.nix { inherit pkgs; };
flakePackages = import ./flakes.nix {};
in
{
home.stateVersion = "25.11";
@ -37,6 +38,7 @@ in
lutris
steam
prismlauncher
flakePackages.hytale-launcher
# Entwicklung
jetbrains-toolbox