mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-23 09:56:19 +04:00
Merge pull request #36 from swdunlop/patch-1
Make HELIX_RUNTIME depend on pwd, not speed's HOME
This commit is contained in:
commit
cc323f7665
@ -12,7 +12,7 @@ pkgs.mkShell {
|
|||||||
# https://github.com/rust-lang/rust/issues/55979
|
# https://github.com/rust-lang/rust/issues/55979
|
||||||
LD_LIBRARY_PATH="${stdenv.cc.cc.lib}/lib64:$LD_LIBRARY_PATH";
|
LD_LIBRARY_PATH="${stdenv.cc.cc.lib}/lib64:$LD_LIBRARY_PATH";
|
||||||
|
|
||||||
# HELIX_RUNTIME=./runtime;
|
shellHook = ''
|
||||||
HELIX_RUNTIME="/home/speed/src/helix/runtime";
|
export HELIX_RUNTIME=$PWD/runtime
|
||||||
|
'';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user