5 lines
137 B
Nix
5 lines
137 B
Nix
{ system ? "x86_64-linux" }:
|
|
|
|
{
|
|
hytale-launcher = (builtins.getFlake "github:TNAZEP/HytaleLauncherFlake").packages.${system}.default;
|
|
} |