mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 23:20:55 +00:00
mergerfs: fix for nixos systemd.mounts
This commit is contained in:
parent
0620e0fdbf
commit
d602b15d81
|
@ -25,6 +25,10 @@ stdenv.mkDerivation rec {
|
|||
|
||||
makeFlags = [ "PREFIX=$(out)" "XATTR_AVAILABLE=1" ];
|
||||
|
||||
postFixup = ''
|
||||
ln -s $out/bin/mergerfs $out/bin/mount.fuse.mergerfs
|
||||
'';
|
||||
|
||||
meta = {
|
||||
description = "A FUSE based union filesystem";
|
||||
homepage = https://github.com/trapexit/mergerfs;
|
||||
|
|
Loading…
Reference in a new issue