build(nix/flake): adding the RUST_LOG to info
This commit is contained in:
parent
b31e4aa1bb
commit
bb55c7e1d6
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@
|
|||
|
||||
shellHook = ''
|
||||
export RUST_BACKTRACE=1;
|
||||
export RUST_LOG="debug";
|
||||
export RUST_LOG="info";
|
||||
export PATH="$CARGO_HOME/bin:$PATH";
|
||||
if command -v brew &> /dev/null; then
|
||||
export PATH="/opt/homebrew/opt/postgresql@15/bin:$PATH"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue