feat(darwin): disable allowUnsupportedSystem for darwin.nixpkgs

This commit is contained in:
Mohammad Rafiq 2025-07-14 01:06:57 +08:00
parent c1100a67eb
commit 331ab6a448
No known key found for this signature in database

View file

@ -14,7 +14,7 @@
flake.modules.darwin.default.nixpkgs = { flake.modules.darwin.default.nixpkgs = {
hostPlatform = "x86_64-darwin"; hostPlatform = "x86_64-darwin";
config.allowUnsupportedSystem = true; # config.allowUnsupportedSystem = true;
}; };
} }