nixos/lib/make-{single,multi}-disk-zfs-image: fix references to kernel modules (#460070)
This commit is contained in:
@@ -126,6 +126,7 @@ let
|
||||
with config.boot;
|
||||
[
|
||||
kernelPackages.kernel
|
||||
(lib.getOutput "modules" kernelPackages.kernel)
|
||||
kernelPackages.${pkgs.zfs.kernelModuleAttribute}
|
||||
]
|
||||
);
|
||||
|
||||
@@ -114,6 +114,7 @@ let
|
||||
with config.boot;
|
||||
[
|
||||
kernelPackages.kernel
|
||||
(lib.getOutput "modules" kernelPackages.kernel)
|
||||
kernelPackages.${pkgs.zfs.kernelModuleAttribute}
|
||||
]
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user