build-clan: don't set system with lib.mkForce
All checks were successful
checks-impure / test (pull_request) Successful in 1m30s
checks / test (pull_request) Successful in 2m30s

This commit is contained in:
Jörg Thalheim 2024-01-17 15:25:29 +01:00
parent 1d2f003210
commit fb151b227d

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