1
0
mirror of https://github.com/ellmau/adf-obdd.git synced 2025-12-19 09:29:36 +01:00

Update flake.nix

Added environment variables for easier debugging of the project
This commit is contained in:
Stefan Ellmauthaler 2021-11-20 13:42:43 +01:00 committed by GitHub
parent 591f95519c
commit 9e1f3e63b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,6 +28,8 @@
rec {
devShell =
pkgs.mkShell {
RUST_LOG = debug;
RUST_BACKTRACE = 1;
buildInputs = [
pkgs.rust-bin.stable.latest.default
pkgs.rust-analyzer