1
0
Fork 0
mirror of https://github.com/helix-editor/helix synced 2024-05-10 00:26:04 +02:00

nix: pass makeWrapperArgs to wrapProgram (#3003)

This commit is contained in:
Timothy DeHerrera 2022-07-09 09:17:44 -07:00 committed by GitHub
parent fefa4d8c59
commit 718c3baebe
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,7 +63,7 @@
postFixup = ''
if [ -f "$out/bin/hx" ]; then
wrapProgram "$out/bin/hx" --set HELIX_RUNTIME "${runtimeDir}"
wrapProgram "$out/bin/hx" ''${makeWrapperArgs[@]} --set HELIX_RUNTIME "${runtimeDir}"
fi
'';
};