Merge pull request #57 from ArisoN-ext/yazi-ouch-fix

yazi: fix ouch unpack
This commit is contained in:
hand7s 2026-04-06 12:40:01 +03:00 committed by GitHub
commit ebcb4dd7a6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -84,7 +84,7 @@
"exfil" = [
{
run = ''${lib.getExe pkgs.ouch} de "%s"'';
run = ''${lib.getExe pkgs.ouch} d "%s"'';
block = true;
for = "unix";
}