summary refs log tree commit diff
path: root/nixos/modules/system/boot
diff options
context:
space:
mode:
authorWilliam A. Kennington III <william@wkennington.com>2014-05-01 23:40:51 -0500
committerWilliam A. Kennington III <william@wkennington.com>2014-08-28 13:35:35 -0700
commitd4a9645ef0d365e4ff30d2ae29ec163a53869625 (patch)
tree7d679a0a7eaaaa1ce3816ddbaa627a5f2d5e9fb0 /nixos/modules/system/boot
parent62fedf6081200e38df515204683df472e0fe959d (diff)
downloadnixlib-d4a9645ef0d365e4ff30d2ae29ec163a53869625.tar
nixlib-d4a9645ef0d365e4ff30d2ae29ec163a53869625.tar.gz
nixlib-d4a9645ef0d365e4ff30d2ae29ec163a53869625.tar.bz2
nixlib-d4a9645ef0d365e4ff30d2ae29ec163a53869625.tar.lz
nixlib-d4a9645ef0d365e4ff30d2ae29ec163a53869625.tar.xz
nixlib-d4a9645ef0d365e4ff30d2ae29ec163a53869625.tar.zst
nixlib-d4a9645ef0d365e4ff30d2ae29ec163a53869625.zip
nixos/grub: Needs mount so add utillinux to bin
Diffstat (limited to 'nixos/modules/system/boot')
-rw-r--r--nixos/modules/system/boot/loader/grub/grub.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/system/boot/loader/grub/grub.nix b/nixos/modules/system/boot/loader/grub/grub.nix
index 8ba7ae2c7fa2..bc9a155ac95b 100644
--- a/nixos/modules/system/boot/loader/grub/grub.nix
+++ b/nixos/modules/system/boot/loader/grub/grub.nix
@@ -29,6 +29,7 @@ let
         default devices fsIdentifier;
       path = (makeSearchPath "bin" [
         pkgs.coreutils pkgs.gnused pkgs.gnugrep pkgs.findutils pkgs.diffutils pkgs.btrfsProgs
+        pkgs.utillinux
       ]) + ":" + (makeSearchPath "sbin" [
         pkgs.mdadm pkgs.utillinux
       ]);