Skip to content

Commit

Permalink
Add kmod to dependencies
Browse files Browse the repository at this point in the history
Fixes #857
  • Loading branch information
pinpox authored and iFreilicht committed Nov 3, 2024
1 parent 3979285 commit 380847d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/make-disk-image.nix
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ let
nix
util-linux
findutils
kmod
] ++ cfg.extraDependencies;
preVM = ''
${lib.concatMapStringsSep "\n" (disk: "${pkgs.qemu}/bin/qemu-img create -f ${imageFormat} ${disk.imageName}.${imageFormat} ${disk.imageSize}") (lib.attrValues diskoCfg.devices.disk)}
Expand Down

0 comments on commit 380847d

Please sign in to comment.