From 2704bc5a38e265d7dc7870d9280db2ed76fbfa94 Mon Sep 17 00:00:00 2001 From: Vincenzo Palazzo Date: Thu, 29 Feb 2024 15:13:14 +0100 Subject: [PATCH] build: set the rust log env variable Signed-off-by: Vincenzo Palazzo --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 4a5da47..2af0408 100644 --- a/flake.nix +++ b/flake.nix @@ -57,7 +57,7 @@ export HOST_CC=gcc export PWD=$(pwd) export PLUGIN_NAME=cln4go-plugin - + export RUST_LOG=info make dep ''; };