diff options
| author | Caroline Larimore <caroline@larimo.re> | 2026-01-27 13:32:07 -0800 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2026-01-27 13:32:07 -0800 |
| commit | d5f0705ac92185432899491f967ffa0401ee139e (patch) | |
| tree | 91888d211574adf09e4582cc6d1a0d91b2e5c257 /flake.nix | |
| parent | d72905baa2cadd677c8fcdf32b1a6eb9b728c770 (diff) | |
hytale: install hytale launcher
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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) [ |