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

This commit is contained in:
2026-01-09 06:18:25 +09:00
parent 7cd0e879dc
commit 071629628d

View File

@@ -54,7 +54,7 @@
overlays = {
default = self.overlays.thumbctl;
thumbctl = final: prev: {
inherit (self.packages.${prev.system}) thumbctl;
inherit (self.packages.${prev.stdenv.hostPlatform.system}) thumbctl;
};
};