more rust logging in dev shell
Some checks failed
Rust / build (pull_request) Failing after 1m5s

This commit is contained in:
Vinzenz Schroeter 2025-07-05 19:04:54 +02:00
parent e91ee6032d
commit 62cb3d25ae

View file

@ -145,6 +145,8 @@
];
LD_LIBRARY_PATH = "${pkgs.lib.makeLibraryPath (builtins.concatMap (d: d.buildInputs) inputsFrom)}";
RUST_SRC_PATH = "${pkgs.rust.packages.stable.rustPlatform.rustLibSrc}";
RUST_LOG="all";
RUST_BACKTRACE = "1";
};
}
);