fix closure test check; rm RUST_LOG envar in devshell

This commit is contained in:
cy 2025-05-04 01:15:10 -04:00
parent 05589641cf
commit a0794b0356
2 changed files with 1 additions and 2 deletions

View file

@ -59,7 +59,6 @@
devShells.default = craneLib.devShell {
inputsFrom = [ nixcp ];
RUST_LOG = "nixcp=debug";
RUST_BACKGRACE = 1;
# for cpp bindings to work
NIX_INCLUDE_PATH = "${lib.getDev pkgs.nix}/include";