From d5f0705ac92185432899491f967ffa0401ee139e Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Tue, 27 Jan 2026 13:32:07 -0800 Subject: hytale: install hytale launcher --- flake.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 18acda9..4145197 100644 --- a/flake.nix +++ b/flake.nix @@ -22,6 +22,11 @@ inputs.nixpkgs.follows = "nixpkgs"; }; + hytale-launcher = { + url = "github:CartConnoisseur/hytale-launcher-flake"; + inputs.nixpkgs.follows = "nixpkgs"; + }; + nixvim = { url = "github:nix-community/nixvim"; inputs.nixpkgs.follows = "nixpkgs"; @@ -54,6 +59,7 @@ overlays = with inputs; [ nix-minecraft.overlay + hytale-launcher.overlay ]; channels-config.allowUnfreePredicate = pkg: builtins.elem (inputs.nixpkgs.lib.getName pkg) [ -- cgit v1.2.3