This commit is contained in:
Andrea Ciceri 2023-09-27 11:54:30 +02:00
parent 1fe5a6ddd3
commit fa10da91f4
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg
11 changed files with 98 additions and 211 deletions

View file

@ -6,6 +6,6 @@
}: {
boot.binfmt.emulatedSystems = ["aarch64-linux" "i686-linux" "riscv64-linux"];
nix.extraOptions = ''
extra-platforms = aarch64-linux arm-linux i686-linux
extra-platforms = aarch64-linux arm-linux i686-linux riscv64-linux
'';
}