Merge pull request #173581 from helsinki-systems/fix/wimboot

wimboot: Mark platforms correctly

authored by Sandro and committed by GitHub 0a6b1ff6 ed584436

+1 -1
+1 -1
pkgs/tools/misc/wimboot/default.nix
··· 26 26 description = "Windows Imaging Format bootloader"; 27 27 license = licenses.gpl2Plus; 28 28 maintainers = with maintainers; [ das_j ajs124 ]; 29 - platforms = platforms.x86; # Fails on aarch64 29 + platforms = [ "x86_64-linux" ]; 30 30 }; 31 31 }