diff --git a/pkgs/tools/filesystems/juicefs/default.nix b/pkgs/tools/filesystems/juicefs/default.nix index 3ffa678e399..62565385558 100644 --- a/pkgs/tools/filesystems/juicefs/default.nix +++ b/pkgs/tools/filesystems/juicefs/default.nix @@ -26,6 +26,10 @@ buildGoModule rec { rm $out/bin/libjfs ''; + postInstall = '' + ln -s $out/bin/juicefs $out/bin/mount.juicefs + ''; + meta = with lib; { description = "A distributed POSIX file system built on top of Redis and S3"; homepage = "https://www.juicefs.com/";