summary refs log tree commit diff
path: root/nixos/modules/system/boot/stage-1.nix
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2023-07-17 21:12:39 +0200
committerSandro Jäckel <sandro.jaeckel@gmail.com>2023-07-17 21:12:39 +0200
commit222222bedb944bf20a678b76e84f512e8e45150a (patch)
tree012bd6878a9c534fc7eeeddb788035cf4545cd17 /nixos/modules/system/boot/stage-1.nix
parentda4daed57aef4e790b1dbebbf72811eb617791a3 (diff)
downloadnixpkgs-222222bedb944bf20a678b76e84f512e8e45150a.tar
nixpkgs-222222bedb944bf20a678b76e84f512e8e45150a.tar.gz
nixpkgs-222222bedb944bf20a678b76e84f512e8e45150a.tar.bz2
nixpkgs-222222bedb944bf20a678b76e84f512e8e45150a.tar.lz
nixpkgs-222222bedb944bf20a678b76e84f512e8e45150a.tar.xz
nixpkgs-222222bedb944bf20a678b76e84f512e8e45150a.tar.zst
nixpkgs-222222bedb944bf20a678b76e84f512e8e45150a.zip
nixos/stage-1: fix mount replacement in extra-utils
Diffstat (limited to 'nixos/modules/system/boot/stage-1.nix')
-rw-r--r--nixos/modules/system/boot/stage-1.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/system/boot/stage-1.nix b/nixos/modules/system/boot/stage-1.nix
index eec3461de7e..28b5592d9d7 100644
--- a/nixos/modules/system/boot/stage-1.nix
+++ b/nixos/modules/system/boot/stage-1.nix
@@ -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
       ''}