nixos/stage-1: fix mount replacement in extra-utils

This commit is contained in:
Sandro Jäckel 2023-07-17 21:12:39 +02:00
parent da4daed57a
commit 222222bedb
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -122,7 +122,7 @@ let
# code, using default options and effectively ignore security relevant
# ZFS properties such as `setuid=off` and `exec=off` (unless manually
# duplicated in `fileSystems.*.options`, defeating "zfsutil"'s purpose).
copy_bin_and_libs ${pkgs.util-linux}/bin/mount
copy_bin_and_libs ${pkgs.util-linux.mount}/bin/mount
copy_bin_and_libs ${pkgs.zfs}/bin/mount.zfs
''}