We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ec9f2c2 + 0cd421f commit 1371a55Copy full SHA for 1371a55
pkgs/build-support/vm/default.nix
@@ -5,7 +5,7 @@
5
, img ? pkgs.stdenv.hostPlatform.linux-kernel.target
6
, storeDir ? builtins.storeDir
7
, rootModules ?
8
- [ "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" ]
9
}:
10
11
let
0 commit comments