NixOS: Document impurity issues with boot.binfmt.emulatedSystems (#142778)

* NixOS: Document impurity issues with boot.binfmt.emulatedSystems

* Update nixos/modules/system/boot/binfmt.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>

* Update nixos/modules/system/boot/binfmt.nix

Co-authored-by: Moritz Hedtke <13287984+mohe2015@users.noreply.github.com>

* Update nixos/modules/system/boot/binfmt.nix

Co-authored-by: Moritz Hedtke <13287984+mohe2015@users.noreply.github.com>

* Update nixos/modules/system/boot/binfmt.nix

Co-authored-by: markuskowa <markus.kowalewski@gmail.com>

* Apply suggestions from code review

Co-authored-by: markuskowa <markus.kowalewski@gmail.com>

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Co-authored-by: Moritz Hedtke <13287984+mohe2015@users.noreply.github.com>
Co-authored-by: markuskowa <markus.kowalewski@gmail.com>

authored by

Christian Kögler
Sandro
Moritz Hedtke
markuskowa
and committed by
GitHub
33ffba99 584c5fc2

+1
+1
nixos/modules/system/boot/binfmt.nix
··· 248 248 description = '' 249 249 List of systems to emulate. Will also configure Nix to 250 250 support your new systems. 251 + Warning: the builder can execute all emulated systems within the same build, which introduces impurities in the case of cross compilation. 251 252 ''; 252 253 type = types.listOf types.str; 253 254 };