aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 062299a..efb6684 100644
--- a/flake.nix
+++ b/flake.nix
@@ -51,6 +51,7 @@
51 ]; 51 ];
52 RUST_SRC_PATH = "${pkgs.rust.packages.stable.rustPlatform.rustLibSrc}"; 52 RUST_SRC_PATH = "${pkgs.rust.packages.stable.rustPlatform.rustLibSrc}";
53 RUST_LOG="info"; 53 RUST_LOG="info";
54 RUST_BACKTRACE=1;
54 }; 55 };
55 }); 56 });
56 } 57 }