Merge pull request #38838 from volth/patch-123

exfat-utils, fuse_exfat -> exfat
This commit is contained in:
Jörg Thalheim 2018-04-12 15:37:18 +01:00 committed by GitHub
commit d803c60f72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ with lib;
{
config = mkIf (any (fs: fs == "exfat") config.boot.supportedFilesystems) {
system.fsPackages = [ pkgs.exfat-utils pkgs.fuse_exfat ];
system.fsPackages = [ pkgs.exfat ];
};
}