stage1: use correct zfs package
This in particular broke zfsUnstable because it added symbols not present in zfsStable
This commit is contained in:
committed by
Jörg Thalheim
parent
6e4a1f7426
commit
fd6901755d
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user