We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49f8aa7 commit e0373b4Copy full SHA for e0373b4
lib/types/filesystem.nix
@@ -101,6 +101,7 @@
101
else if (config.format == "ext4") then [ pkgs.e2fsprogs ]
102
else if (config.format == "bcachefs") then [ pkgs.bcachefs-tools ]
103
else if (config.format == "f2fs") then [ pkgs.f2fs-tools ]
104
+ else if (config.format == "exfat") then [ pkgs.exfatprogs ]
105
else [ ]
106
);
107
description = "Packages";
0 commit comments