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.lock | |
| parent | d72905baa2cadd677c8fcdf32b1a6eb9b728c770 (diff) | |
hytale: install hytale launcher
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -149,6 +149,26 @@ "type": "github" } }, + "hytale-launcher": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1769500474, + "narHash": "sha256-zYpn6sYt28OI5BJKO9+47lQLtJbSGddpi/8p1MsTOlc=", + "owner": "CartConnoisseur", + "repo": "hytale-launcher-flake", + "rev": "f53e84541f16ff1f6810598c2d4ac866406870b6", + "type": "github" + }, + "original": { + "owner": "CartConnoisseur", + "repo": "hytale-launcher-flake", + "type": "github" + } + }, "impermanence": { "inputs": { "home-manager": "home-manager_2", @@ -281,6 +301,7 @@ "root": { "inputs": { "home-manager": "home-manager", + "hytale-launcher": "hytale-launcher", "impermanence": "impermanence", "k95aux": "k95aux", "nix-minecraft": "nix-minecraft", |