9 lines
211 B
Nix
9 lines
211 B
Nix
|
{ seaweedfs }:
|
||
|
|
||
|
seaweedfs.overrideAttrs (_: _: {
|
||
|
patches = [
|
||
|
./0001-s3-remember-compressed-chunks-when-finalizing-multip.patch
|
||
|
./0002-shell-add-fs.meta.edit-for-editing-a-filer-metadata-.patch
|
||
|
];
|
||
|
})
|