juicefs: add mount.juicefs symlink

Add mount.juicefs symlink so that /etc/fstab can mount juicefs fsType as required to use the NixOS fileSystems option with juicefs
This commit is contained in:
Adam Kirby 2023-05-02 12:30:44 -04:00
parent 1a411f23ba
commit 5dadfddc58

View file

@ -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/";