stage1: use correct zfs package

This in particular broke zfsUnstable because it added symbols not present in zfsStable
This commit is contained in:
Jörg Thalheim 2023-09-17 06:30:49 +02:00 committed by Jörg Thalheim
parent 6e4a1f7426
commit fd6901755d

View file

@ -123,7 +123,7 @@ let
# ZFS properties such as `setuid=off` and `exec=off` (unless manually
# duplicated in `fileSystems.*.options`, defeating "zfsutil"'s purpose).
copy_bin_and_libs ${lib.getOutput "mount" pkgs.util-linux}/bin/mount
copy_bin_and_libs ${pkgs.zfs}/bin/mount.zfs
copy_bin_and_libs ${config.boot.zfs.package}/bin/mount.zfs
''}
# Copy some util-linux stuff.