From fb151b227d1ffdbcadc911b96b588dfff881d4ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Wed, 17 Jan 2024 15:25:29 +0100 Subject: [PATCH] build-clan: don't set system with lib.mkForce --- lib/build-clan/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {