flake.nix: system -> stdenv.hostPlatform.system

This commit is contained in:
h7x4
2026-01-09 06:06:07 +09:00
parent ea5850c18b
commit 21d28f44e2

View File

@@ -150,7 +150,7 @@
inputs.pvv-calendar-bot.overlays.default
inputs.minecraft-heatmap.overlays.default
(final: prev: {
inherit (self.packages.${prev.system}) out-of-your-element;
inherit (self.packages.${prev.stdenv.hostPlatform.system}) out-of-your-element;
})
];
};