Make system3 able to cross-compile
This commit is contained in:
parent
9ae99f0894
commit
9bf6f6c319
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user