fix helix config
This commit is contained in:
parent
9c60b5872c
commit
ec9ea69470
2 changed files with 3 additions and 2 deletions
|
|
@ -11,10 +11,11 @@ pkgs.runCommand "helix-wrapped"
|
|||
''
|
||||
mkdir -p $out/bin
|
||||
makeWrapper "${lib.getExe inputs.helix.packages."${pkgs.system}".default}" $out/bin/hx \
|
||||
--prefix PATH : ${
|
||||
--suffix PATH : ${
|
||||
lib.makeBinPath (
|
||||
with pkgs;
|
||||
[
|
||||
rustfmt
|
||||
clang-tools
|
||||
libxml2
|
||||
typstyle
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue