far2l: fix eval of updateScript

This commit is contained in:
zowoq
2026-09-13 08:55:56 +10:00
parent 96517b063a
commit d5beedfe67

View File

@@ -134,7 +134,7 @@ stdenv.mkDerivation (finalAttrs: {
done
'';
passthru.updateScript = nix-update-script { extraArgs = "--version=branch=master"; };
passthru.updateScript = nix-update-script { extraArgs = [ "--version=branch=master" ]; };
meta = {
description = "Linux port of FAR Manager v2 with enhanced plugin support";