profiles/all-hardware.nix: Fix for arvmv7l-linux
This commit is contained in:
parent
82625705c6
commit
14ac6de024
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ in
|
|||
# VMware support.
|
||||
"mptspi" "vmxnet3" "vsock"
|
||||
] ++ 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"
|
||||
|
||||
# Hyper-V support.
|
||||
|
|
Loading…
Reference in a new issue