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