diff options
author | Blaž Hrastnik | 2021-05-09 16:02:53 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-05-09 16:02:53 +0000 |
commit | 0f77f543e5a7a6be0eabd2d4b72591cdafc7ec71 (patch) | |
tree | e4705a2e5f04a3e710d77b26b1533f1b31b2fd45 /shell.nix | |
parent | d33e8fd3d8fa2062acf697b2feb74877ed309561 (diff) |
Determine runtime dir based on executable location or env override.
Diffstat (limited to 'shell.nix')
-rw-r--r-- | shell.nix | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -11,5 +11,7 @@ pkgs.mkShell { RUST_BACKTRACE = "1"; # https://github.com/rust-lang/rust/issues/55979 LD_LIBRARY_PATH="${stdenv.cc.cc.lib}/lib64:$LD_LIBRARY_PATH"; + + HELIX_RUNTIME=./runtime; } |