Skip to content

Commit

Permalink
stage1: use correct zfs package
Browse files Browse the repository at this point in the history
This in particular broke zfsUnstable because it added symbols not present in zfsStable
  • Loading branch information
Mic92 committed Sep 17, 2023
1 parent 6e4a1f7 commit fd69017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/system/boot/stage-1.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit fd69017

Please sign in to comment.