We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c89d350 commit d4fcd49Copy full SHA for d4fcd49
flake.nix
@@ -44,7 +44,7 @@
44
});
45
46
overlays.default = final: prev: {
47
- golink = self.packages.${prev.system}.default;
+ golink = self.packages.${prev.stdenv.hostPlatform.system}.default;
48
};
49
50
nixosModules.default =
0 commit comments