flake.nix: system -> stdenv.hostPlatform.system
This commit is contained in:
@@ -54,7 +54,7 @@
|
|||||||
overlays = {
|
overlays = {
|
||||||
default = self.overlays.thumbctl;
|
default = self.overlays.thumbctl;
|
||||||
thumbctl = final: prev: {
|
thumbctl = final: prev: {
|
||||||
inherit (self.packages.${prev.system}) thumbctl;
|
inherit (self.packages.${prev.stdenv.hostPlatform.system}) thumbctl;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user