[TASK] Add hytale launcher as flake
This commit is contained in:
parent
7a4283ba3a
commit
0518c9b34a
@ -20,4 +20,5 @@
|
|||||||
system.stateVersion = "25.11";
|
system.stateVersion = "25.11";
|
||||||
|
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||||
}
|
}
|
||||||
|
|||||||
5
config/flakes.nix
Normal file
5
config/flakes.nix
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{ system ? "x86_64-linux" }:
|
||||||
|
|
||||||
|
{
|
||||||
|
hytale-launcher = (builtins.getFlake "github:TNAZEP/HytaleLauncherFlake").packages.${system}.default;
|
||||||
|
}
|
||||||
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
let
|
let
|
||||||
localScripts = import ./scripts.nix { inherit pkgs; };
|
localScripts = import ./scripts.nix { inherit pkgs; };
|
||||||
|
flakePackages = import ./flakes.nix {};
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
home.stateVersion = "25.11";
|
home.stateVersion = "25.11";
|
||||||
@ -37,6 +38,7 @@ in
|
|||||||
lutris
|
lutris
|
||||||
steam
|
steam
|
||||||
prismlauncher
|
prismlauncher
|
||||||
|
flakePackages.hytale-launcher
|
||||||
|
|
||||||
# Entwicklung
|
# Entwicklung
|
||||||
jetbrains-toolbox
|
jetbrains-toolbox
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user