diff --git a/flake.nix b/flake.nix index 2e6df0d..ce30017 100644 --- a/flake.nix +++ b/flake.nix @@ -32,6 +32,10 @@ mupdf # mutool for KSEI PDF parsing (ownership module) ]; + shellHook = '' + export PATH="$PWD/target/debug:$PATH" + ''; + env = { RUST_BACKTRACE = "1"; };