aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorAkshay <[email protected]>2021-03-28 17:55:44 +0100
committerAkshay <[email protected]>2021-03-28 17:55:44 +0100
commit9632fdd69442b10972cc1f71f7a2f11ecc1ca47a (patch)
tree37271cc69ba21ae5517702afce03f9ca258da997 /flake.nix
parentc1f76ed64f35aa5c811a9e61f0c1340711274596 (diff)
backtrace on flake env
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 }