aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinnea Gräf <nea@nea.moe>2025-07-10 21:12:57 +0200
committerLinnea Gräf <nea@nea.moe>2025-07-10 21:12:57 +0200
commit438f2474ca8da0316bf633bb097681f2f6c51672 (patch)
tree59e2a126bc7c8fb475b8109a296b7e216516bb20
parentc9ef10bc6b9118fe49b79c51a68a5a950b7665d3 (diff)
downloadnix-infra-438f2474ca8da0316bf633bb097681f2f6c51672.tar.gz
nix-infra-438f2474ca8da0316bf633bb097681f2f6c51672.tar.bz2
nix-infra-438f2474ca8da0316bf633bb097681f2f6c51672.zip
snapshot: Do 10. Jul 21:12:57 CEST 2025
-rw-r--r--flake.lock38
-rw-r--r--flake.nix4
-rw-r--r--srv/hadante/configuration.nix5
3 files changed, 46 insertions, 1 deletions
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