Skip to content

Commit 378b3fb

Browse files
authored
Merge pull request #6414 from zeme-wana/system-to-hostplatform
Change pkgs.system to pkgs.stdenv.hostPlatform.system in cardano-node-service.nix
2 parents 51822a7 + 51a3251 commit 378b3fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/nixos/cardano-node-service.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ in {
265265

266266
cardanoNodePackages = mkOption {
267267
type = attrs;
268-
default = pkgs.cardanoNodePackages or (import ../. { inherit (pkgs) system; }).cardanoNodePackages;
268+
default = pkgs.cardanoNodePackages or (import ../. { inherit (pkgs.stdenv.hostPlatform) system; }).cardanoNodePackages;
269269
defaultText = "cardano-node packages";
270270
description = ''
271271
The cardano-node packages and library that should be used. The main

0 commit comments

Comments
 (0)