From 331ab6a448fbedcceee912d4270c25577a6e3f1d Mon Sep 17 00:00:00 2001 From: Mohammad Rafiq Date: Mon, 14 Jul 2025 01:06:57 +0800 Subject: [PATCH] feat(darwin): disable allowUnsupportedSystem for darwin.nixpkgs --- nix/modules/machine/platform.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/modules/machine/platform.nix b/nix/modules/machine/platform.nix index a1c5b05..e60d4bf 100644 --- a/nix/modules/machine/platform.nix +++ b/nix/modules/machine/platform.nix @@ -14,7 +14,7 @@ flake.modules.darwin.default.nixpkgs = { hostPlatform = "x86_64-darwin"; - config.allowUnsupportedSystem = true; + # config.allowUnsupportedSystem = true; }; }