New host: kogata
This commit is contained in:
parent
d9cd58c5b2
commit
e776697515
13 changed files with 76 additions and 41 deletions
|
@ -53,6 +53,9 @@
|
|||
|
||||
darwinConfig = lib.optionalAttrs (!isLinux) {
|
||||
system.stateVersion = 4;
|
||||
|
||||
# Every macOS ARM machine can emulate x86.
|
||||
nix.settings.extra-platforms = lib.mkIf pkgs.stdenv.isAarch64 ["x86_64-darwin"];
|
||||
};
|
||||
in {
|
||||
_file = ./default.nix;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue