From 0f77f543e5a7a6be0eabd2d4b72591cdafc7ec71 Mon Sep 17 00:00:00 2001 From: Blaž Hrastnik Date: Mon, 10 May 2021 01:02:53 +0900 Subject: Determine runtime dir based on executable location or env override. --- shell.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix index 82af46d4..0a26b6ad 100644 --- a/shell.nix +++ b/shell.nix @@ -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; } -- cgit v1.2.3-70-g09d2