build-clan: don't set system with lib.mkForce

This commit is contained in:
Jörg Thalheim
2024-01-17 15:25:29 +01:00
parent 04ceef6633
commit cc1ad1dc52

View File

@@ -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 = {