feat(darwin): Allow unsupported systems for darwin
This commit is contained in:
parent
a53868c454
commit
c1100a67eb
1 changed files with 6 additions and 1 deletions
|
@ -11,5 +11,10 @@
|
||||||
boot.kernelModules = [ "kvm-${platform}" ];
|
boot.kernelModules = [ "kvm-${platform}" ];
|
||||||
nixpkgs.hostPlatform = "${arch}-linux";
|
nixpkgs.hostPlatform = "${arch}-linux";
|
||||||
};
|
};
|
||||||
flake.modules.darwin.default.nixpkgs.hostPlatform = "x86_64-darwin";
|
|
||||||
|
flake.modules.darwin.default.nixpkgs = {
|
||||||
|
hostPlatform = "x86_64-darwin";
|
||||||
|
config.allowUnsupportedSystem = true;
|
||||||
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue