Commit 5b5e6f99 authored by Alyssa Ross's avatar Alyssa Ross
Browse files

bcachefs-tools: fix fuseSupport option

Without this, fuse was still not enabled.
parent ca7640c3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -73,6 +73,7 @@ stdenv.mkDerivation (finalAttrs: {
    "PREFIX=${placeholder "out"}"
    "VERSION=${finalAttrs.version}"
    "INITRAMFS_DIR=${placeholder "out"}/etc/initramfs-tools"
    "BCACHEFS_FUSE=${toString fuseSupport}"
  ];

  preCheck = lib.optionalString (!fuseSupport) ''