Commit fd690175 authored by Jörg Thalheim's avatar Jörg Thalheim
Browse files

stage1: use correct zfs package

This in particular broke zfsUnstable because it added symbols not present in zfsStable
parent 6e4a1f74
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.