From 438f2474ca8da0316bf633bb097681f2f6c51672 Mon Sep 17 00:00:00 2001 From: Linnea Gräf Date: Thu, 10 Jul 2025 21:12:57 +0200 Subject: snapshot: Do 10. Jul 21:12:57 CEST 2025 --- flake.lock | 38 ++++++++++++++++++++++++++++++++++++++ flake.nix | 4 ++++ srv/hadante/configuration.nix | 5 ++++- 3 files changed, 46 insertions(+), 1 deletion(-) diff --git a/flake.lock b/flake.lock index 61b15b6..68977ce 100644 --- a/flake.lock +++ b/flake.lock @@ -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", diff --git a/flake.nix b/flake.nix index 4804b96..2384775 100644 --- a/flake.nix +++ b/flake.nix @@ -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 -- cgit