Make HELIX_RUNTIME depend on pwd, not speed's HOME
This commit is contained in:
parent
c2e6b9f506
commit
60caaf7fc4
1 changed files with 3 additions and 3 deletions
|
@ -12,7 +12,7 @@ pkgs.mkShell {
|
|||
# https://github.com/rust-lang/rust/issues/55979
|
||||
LD_LIBRARY_PATH="${stdenv.cc.cc.lib}/lib64:$LD_LIBRARY_PATH";
|
||||
|
||||
# HELIX_RUNTIME=./runtime;
|
||||
HELIX_RUNTIME="/home/speed/src/helix/runtime";
|
||||
shellHook = ''
|
||||
export HELIX_RUNTIME=$PWD/runtime
|
||||
'';
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue