diff --git a/pkgs/levitate/default.nix b/pkgs/levitate/default.nix index 65e7c05..bf15e73 100644 --- a/pkgs/levitate/default.nix +++ b/pkgs/levitate/default.nix @@ -2,6 +2,7 @@ writeScriptBin , writeScript , systemconfig +, stdenv , execline , lib , config ? {} @@ -63,6 +64,10 @@ let ../../modules/misc/assertions.nix ../../modules/nixpkgs.nix base + { + # Inherit from that target system host platform. + nixpkgs.hostPlatform = stdenv.hostPlatform; + } ({ ... } : paramConfig) ../../modules/s6 ];