diff options
| author | Linnea Gräf <nea@nea.moe> | 2025-07-10 21:30:10 +0200 |
|---|---|---|
| committer | Linnea Gräf <nea@nea.moe> | 2025-07-10 21:30:10 +0200 |
| commit | e23bfb84bb3d8c95592df685c7ca631a23dba9be (patch) | |
| tree | da7da4861cfc446101956976c825d0fe2fed5280 /srv | |
| parent | d5412a8830864dae7665a79f34da611599469faf (diff) | |
| download | nix-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.nix | 3 |
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 ]; }; } |
