Unverified Commit 03ae6c8b authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #229500 from ak2k/fix/juicefs-add-mount-symlink

juicefs: add mount.juicefs symlink
parents 661ba476 5dadfddc
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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/";