Skip to content

Commit

Permalink
style: make it prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
thenhnn committed Feb 5, 2025
1 parent 68ef26b commit ff35688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/make-disk-image.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ let
++ (lib.optional configSupportsZfs "zfs")
++ cfg.extraRootModules;
kernel = pkgs.aggregateModules
(with cfg.kernelPackages; [ kernel ]
([ cfg.kernelPackages.kernel ]
++ lib.optional (lib.elem "zfs" cfg.extraRootModules || configSupportsZfs) cfg.kernelPackages.${config.boot.zfs.package.kernelModuleAttribute});
}
// lib.optionalAttrs (diskoLib.vmToolsSupportsCustomQemu lib)
Expand Down

0 comments on commit ff35688

Please sign in to comment.