Make system3 able to cross-compile

This commit is contained in:
niten 2021-12-01 09:15:27 -08:00
parent 9ae99f0894
commit 9bf6f6c319

View File

@ -6,6 +6,14 @@ in {
environment.systemPackages = with pkgs; [ opencv-java ];
boot.binfmt.emulatedSystems = [
"aarch64-linux"
"aarch64-darwin"
"i686-linux"
"x86_64-darwin"
"x86_64-linux"
];
networking = { interfaces = { intif0 = { useDHCP = true; }; }; };
systemd.tmpfiles.rules = [