From a655d74d23581508d5f6e4ee112fb73156e7ca51 Mon Sep 17 00:00:00 2001 From: zeme-wana <15709674+zeme-wana@users.noreply.github.com> Date: Thu, 22 Jan 2026 08:46:58 +0000 Subject: [PATCH] Change pkgs.system to pkgs.stdenv.hostPlatform.system in cardano-node-service.nix --- nix/nixos/cardano-node-service.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/nixos/cardano-node-service.nix b/nix/nixos/cardano-node-service.nix index 9940928fe38..1cef7be60a3 100644 --- a/nix/nixos/cardano-node-service.nix +++ b/nix/nixos/cardano-node-service.nix @@ -265,7 +265,7 @@ in { cardanoNodePackages = mkOption { type = attrs; - default = pkgs.cardanoNodePackages or (import ../. { inherit (pkgs) system; }).cardanoNodePackages; + default = pkgs.cardanoNodePackages or (import ../. { inherit (pkgs.stdenv.hostPlatform) system; }).cardanoNodePackages; defaultText = "cardano-node packages"; description = '' The cardano-node packages and library that should be used. The main