profiles/all-hardware.nix: Fix for arvmv7l-linux
This commit is contained in:
parent
82625705c6
commit
14ac6de024
@ -46,7 +46,7 @@ in
|
|||||||
# VMware support.
|
# VMware support.
|
||||||
"mptspi" "vmxnet3" "vsock"
|
"mptspi" "vmxnet3" "vsock"
|
||||||
] ++ lib.optional platform.isx86 "vmw_balloon"
|
] ++ lib.optional platform.isx86 "vmw_balloon"
|
||||||
++ lib.optionals (!platform.isAarch64) [ # not sure where else they're missing
|
++ lib.optionals (!platform.isAarch64 && !platform.isAarch32) [ # not sure where else they're missing
|
||||||
"vmw_vmci" "vmwgfx" "vmw_vsock_vmci_transport"
|
"vmw_vmci" "vmwgfx" "vmw_vsock_vmci_transport"
|
||||||
|
|
||||||
# Hyper-V support.
|
# Hyper-V support.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user