diff options
| -rw-r--r-- | flake.lock | 38 | ||||
| -rw-r--r-- | flake.nix | 4 | ||||
| -rw-r--r-- | srv/hadante/configuration.nix | 5 |
3 files changed, 46 insertions, 1 deletions
@@ -117,6 +117,27 @@ "type": "github" } }, + "fjordlauncher": { + "inputs": { + "libnbtplusplus": "libnbtplusplus", + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1750287061, + "narHash": "sha256-QIz4qvZmrCS3kNOVLdEHIR4ww9EbQVOiYQyEQLEOl4o=", + "owner": "unmojang", + "repo": "fjordlauncher", + "rev": "6d0109357551bc29079da18543b7db61223c7f38", + "type": "github" + }, + "original": { + "owner": "unmojang", + "repo": "fjordlauncher", + "type": "github" + } + }, "flake-compat": { "flake": false, "locked": { @@ -279,6 +300,22 @@ "type": "github" } }, + "libnbtplusplus": { + "flake": false, + "locked": { + "lastModified": 1699286814, + "narHash": "sha256-yy0q+bky80LtK1GWzz7qpM+aAGrOqLuewbid8WT1ilk=", + "owner": "PrismLauncher", + "repo": "libnbtplusplus", + "rev": "23b955121b8217c1c348a9ed2483167a6f3ff4ad", + "type": "github" + }, + "original": { + "owner": "PrismLauncher", + "repo": "libnbtplusplus", + "type": "github" + } + }, "nix-index-database": { "inputs": { "nixpkgs": [ @@ -396,6 +433,7 @@ "catppuccin": "catppuccin", "customss": "customss", "disko": "disko", + "fjordlauncher": "fjordlauncher", "flake-utils": "flake-utils_2", "home-manager": "home-manager_2", "lanzaboote": "lanzaboote", @@ -40,6 +40,10 @@ url = "github:ryze312/stackpkgs"; inputs.nixpkgs.follows = "nixpkgs"; }; + fjordlauncher = { + url = "github:unmojang/fjordlauncher"; + inputs.nixpkgs.follows = "nixpkgs"; + }; agenix.url = "github:ryantm/agenix"; }; diff --git a/srv/hadante/configuration.nix b/srv/hadante/configuration.nix index 8d1befb..f016851 100644 --- a/srv/hadante/configuration.nix +++ b/srv/hadante/configuration.nix @@ -34,6 +34,9 @@ in }; config = { + nixpkgs.overlays = [ + inputs.fjordlauncher.overlays.default + ]; # Bootloader. boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; @@ -290,7 +293,7 @@ in reuse - prismlauncher + fjordlauncher jdk8 jdk17 jdk21 |
