hosts/*: replace extra-platforms with binfmt option
This commit is contained in:
parent
5f50ce94ce
commit
d7aa11bc65
2 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@
|
|||
info.loc.purdue = true;
|
||||
|
||||
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
|
||||
nix.settings.extra-platforms = config.boot.binfmt.emulatedSystems;
|
||||
boot.binfmt.addEmulatedSystemsToNixSandbox = true;
|
||||
|
||||
nix.distributedBuilds = false;
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
};
|
||||
|
||||
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
|
||||
nix.settings.extra-platforms = config.boot.binfmt.emulatedSystems;
|
||||
boot.binfmt.addEmulatedSystemsToNixSandbox = true;
|
||||
|
||||
environment.enableDebugInfo = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue