diff --git a/lib/build-clan/default.nix b/lib/build-clan/default.nix index c3a9ddb6..f3553aeb 100644 --- a/lib/build-clan/default.nix +++ b/lib/build-clan/default.nix @@ -45,7 +45,7 @@ let clanCore.clanName = clanName; clanCore.clanIcon = clanIcon; clanCore.clanDir = directory; - nixpkgs.hostPlatform = lib.mkForce system; + nixpkgs.hostPlatform = lib.mkDefault system; # speeds up nix commands by using the nixpkgs from the host system (especially useful in VMs) nix.registry.nixpkgs.to = {