We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 51822a7 + 51a3251 commit 378b3fbCopy full SHA for 378b3fb
nix/nixos/cardano-node-service.nix
@@ -265,7 +265,7 @@ in {
265
266
cardanoNodePackages = mkOption {
267
type = attrs;
268
- default = pkgs.cardanoNodePackages or (import ../. { inherit (pkgs) system; }).cardanoNodePackages;
+ default = pkgs.cardanoNodePackages or (import ../. { inherit (pkgs.stdenv.hostPlatform) system; }).cardanoNodePackages;
269
defaultText = "cardano-node packages";
270
description = ''
271
The cardano-node packages and library that should be used. The main
0 commit comments