yazi: fix ouch unpack

This commit is contained in:
ArisoN 2026-04-05 21:20:50 +03:00
parent fbd7d0bdd7
commit 79300c3bbf

View file

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