nixos-cesium/config/flakes.nix
2026-02-11 07:59:24 +01:00

5 lines
137 B
Nix

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