1
0
forked from clan/clan-core

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