Skip to content

Commit 1371a55

Browse files
authored
build-support/vm: don't depend on the "unix" module (#375355)
2 parents ec9f2c2 + 0cd421f commit 1371a55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/build-support/vm/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
, img ? pkgs.stdenv.hostPlatform.linux-kernel.target
66
, storeDir ? builtins.storeDir
77
, rootModules ?
8-
[ "virtio_pci" "virtio_mmio" "virtio_blk" "virtio_balloon" "virtio_rng" "ext4" "unix" "virtiofs" "crc32c_generic" ]
8+
[ "virtio_pci" "virtio_mmio" "virtio_blk" "virtio_balloon" "virtio_rng" "ext4" "virtiofs" "crc32c_generic" ]
99
}:
1010

1111
let

0 commit comments

Comments
 (0)