Skip to content

Commit

Permalink
nix: pass makeWrapperArgs to wrapProgram (helix-editor#3003)
Browse files Browse the repository at this point in the history
  • Loading branch information
nrdxp authored Jul 9, 2022
1 parent fefa4d8 commit 718c3ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
'';
};
Expand Down

0 comments on commit 718c3ba

Please sign in to comment.