feat(darwin): disable allowUnsupportedSystem for darwin.nixpkgs
This commit is contained in:
parent
c1100a67eb
commit
331ab6a448
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue