about summary refs log tree commit diff
path: root/nixos/modules/system/boot
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2016-01-03 19:21:27 +0100
committerTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2016-01-03 20:38:44 +0100
commit82419575aa66135e83971f92896435d87f206b5a (patch)
treea10f3d35bb4b6dc4da4b34d5729ecf2c088afaf2 /nixos/modules/system/boot
parent1799d134ba4e388d928ebb8b7c47661dd5eb6ca8 (diff)
downloadnixlib-82419575aa66135e83971f92896435d87f206b5a.tar
nixlib-82419575aa66135e83971f92896435d87f206b5a.tar.gz
nixlib-82419575aa66135e83971f92896435d87f206b5a.tar.bz2
nixlib-82419575aa66135e83971f92896435d87f206b5a.tar.lz
nixlib-82419575aa66135e83971f92896435d87f206b5a.tar.xz
nixlib-82419575aa66135e83971f92896435d87f206b5a.tar.zst
nixlib-82419575aa66135e83971f92896435d87f206b5a.zip
btrfsProgs -> canonical btrfs-progs
Diffstat (limited to 'nixos/modules/system/boot')
-rw-r--r--nixos/modules/system/boot/loader/grub/grub.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/system/boot/loader/grub/grub.nix b/nixos/modules/system/boot/loader/grub/grub.nix
index 47605e3685ca..c2bf5764804c 100644
--- a/nixos/modules/system/boot/loader/grub/grub.nix
+++ b/nixos/modules/system/boot/loader/grub/grub.nix
@@ -56,7 +56,7 @@ let
         extraEntriesBeforeNixOS extraPrepareConfig configurationLimit copyKernels timeout
         default fsIdentifier efiSupport gfxmodeEfi gfxmodeBios;
       path = (makeSearchPath "bin" ([
-        pkgs.coreutils pkgs.gnused pkgs.gnugrep pkgs.findutils pkgs.diffutils pkgs.btrfsProgs
+        pkgs.coreutils pkgs.gnused pkgs.gnugrep pkgs.findutils pkgs.diffutils pkgs.btrfs-progs
         pkgs.utillinux ] ++ (if cfg.efiSupport && (cfg.version == 2) then [pkgs.efibootmgr ] else [])
       )) + ":" + (makeSearchPath "sbin" [
         pkgs.mdadm pkgs.utillinux