aboutsummaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/shell.nix b/shell.nix
index b9c873a..fbd55ce 100644
--- a/shell.nix
+++ b/shell.nix
@@ -33,6 +33,7 @@ mkShell {
SITE_PREFIX = "devel.";
CLACK_SET = "Ashlynn,Terry Davis,Dennis Ritchie";
- RUST_LOG = "info";
+ RUST_LOG = "debug";
+ RUST_BACKTRACE = "1";
GITHUB_SHA = "devel";
}