aboutsummaryrefslogtreecommitdiff
path: root/srv
diff options
context:
space:
mode:
authorLinnea Gräf <nea@nea.moe>2025-07-10 21:30:10 +0200
committerLinnea Gräf <nea@nea.moe>2025-07-10 21:30:10 +0200
commite23bfb84bb3d8c95592df685c7ca631a23dba9be (patch)
treeda7da4861cfc446101956976c825d0fe2fed5280 /srv
parentd5412a8830864dae7665a79f34da611599469faf (diff)
downloadnix-infra-e23bfb84bb3d8c95592df685c7ca631a23dba9be.tar.gz
nix-infra-e23bfb84bb3d8c95592df685c7ca631a23dba9be.tar.bz2
nix-infra-e23bfb84bb3d8c95592df685c7ca631a23dba9be.zip
snapshot: Do 10. Jul 21:30:10 CEST 2025
Diffstat (limited to 'srv')
-rw-r--r--srv/hadante/fjordlauncher.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/srv/hadante/fjordlauncher.nix b/srv/hadante/fjordlauncher.nix
index f262a09..b39570e 100644
--- a/srv/hadante/fjordlauncher.nix
+++ b/srv/hadante/fjordlauncher.nix
@@ -1,6 +1,7 @@
{
inputs,
pkgs,
+ system,
fjordlauncher,
...
}:
@@ -13,6 +14,6 @@
"unmojang.cachix.org-1:OfHnbBNduZ6Smx9oNbLFbYyvOWSoxb2uPcnXPj4EDQY="
];
};
- environment.systemPackages = [ fjordlauncher.legacyPackages.${pkgs.system}.default ];
+ environment.systemPackages = [ fjordlauncher.packages.${system}.default ];
};
}