build-support/vm: don't depend on the "unix" module

We compile Unix socket support directly into the kernel, and so should
literally everyone else.
This commit is contained in:
K900
2025-01-20 21:53:11 +03:00
parent 69ff29c224
commit 0cd421fa5f
+1 -1
View File
@@ -5,7 +5,7 @@
, img ? pkgs.stdenv.hostPlatform.linux-kernel.target
, storeDir ? builtins.storeDir
, rootModules ?
[ "virtio_pci" "virtio_mmio" "virtio_blk" "virtio_balloon" "virtio_rng" "ext4" "unix" "virtiofs" "crc32c_generic" ]
[ "virtio_pci" "virtio_mmio" "virtio_blk" "virtio_balloon" "virtio_rng" "ext4" "virtiofs" "crc32c_generic" ]
}:
let