From a2fba89738caac83ce24d40b762d6205f2266361 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Sat, 19 Sep 2020 11:33:46 -0400 Subject: TL;DR Rust (#210) * start mara code * better alt text * more mara tests * cleanups * blog: start tl;dr rust post * more words * feature complete * little oopses * oops lol --- shell.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'shell.nix') 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"; } -- cgit v1.2.3