Skip to content

Commit ff35688

Browse files
committed
style: make it prettier
1 parent 68ef26b commit ff35688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/make-disk-image.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ let
2626
++ (lib.optional configSupportsZfs "zfs")
2727
++ cfg.extraRootModules;
2828
kernel = pkgs.aggregateModules
29-
(with cfg.kernelPackages; [ kernel ]
29+
([ cfg.kernelPackages.kernel ]
3030
++ lib.optional (lib.elem "zfs" cfg.extraRootModules || configSupportsZfs) cfg.kernelPackages.${config.boot.zfs.package.kernelModuleAttribute});
3131
}
3232
// lib.optionalAttrs (diskoLib.vmToolsSupportsCustomQemu lib)

0 commit comments

Comments
 (0)