Merge pull request 'build-clan: don't set system with lib.mkForce' (#743) from Mic92-main into main

This commit is contained in:
clan-bot
2024-01-17 14:28:27 +00:00

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