mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 18:37:35 +00:00
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:
parent
1a411f23ba
commit
5dadfddc58
@ -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/";
|
||||
|
Loading…
Reference in New Issue
Block a user