about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2021-01-23 11:22:19 +0000
committerGitHub <noreply@github.com>2021-01-23 11:22:19 +0000
commit38833ce60302c67f2b0125fc63e848d7bee73d81 (patch)
tree5dee815998356d19a4dcdfa01ef106592420ff47 /pkgs/tools
parent01ea0b5722f2d211c9268df9448c9106604052b0 (diff)
parentd44c6219b853ea14a2fc3c6a5d7cfc3072535a2f (diff)
downloadnixlib-38833ce60302c67f2b0125fc63e848d7bee73d81.tar
nixlib-38833ce60302c67f2b0125fc63e848d7bee73d81.tar.gz
nixlib-38833ce60302c67f2b0125fc63e848d7bee73d81.tar.bz2
nixlib-38833ce60302c67f2b0125fc63e848d7bee73d81.tar.lz
nixlib-38833ce60302c67f2b0125fc63e848d7bee73d81.tar.xz
nixlib-38833ce60302c67f2b0125fc63e848d7bee73d81.tar.zst
nixlib-38833ce60302c67f2b0125fc63e848d7bee73d81.zip
Merge pull request #99386 from mohe2015/smaller-system
grub2: Properly disable zfs by default
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/misc/grub/2.0x.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/grub/2.0x.nix b/pkgs/tools/misc/grub/2.0x.nix
index a94275d7e35d..bc933312afc5 100644
--- a/pkgs/tools/misc/grub/2.0x.nix
+++ b/pkgs/tools/misc/grub/2.0x.nix
@@ -3,7 +3,7 @@
 , fuse # only needed for grub-mount
 , zfs ? null
 , efiSupport ? false
-, zfsSupport ? true
+, zfsSupport ? false
 , xenSupport ? false
 }: