From 9e1f3e63b90fbacd5bd4f9df17f5a9dc936a2b61 Mon Sep 17 00:00:00 2001 From: Stefan Ellmauthaler <71695780+ellmau@users.noreply.github.com> Date: Sat, 20 Nov 2021 13:42:43 +0100 Subject: [PATCH] Update flake.nix Added environment variables for easier debugging of the project --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index fd0c704..64e58f2 100644 --- a/flake.nix +++ b/flake.nix @@ -28,6 +28,8 @@ rec { devShell = pkgs.mkShell { + RUST_LOG = debug; + RUST_BACKTRACE = 1; buildInputs = [ pkgs.rust-bin.stable.latest.default pkgs.rust-analyzer