trace rust-flake log messages #230
-
hey so i get these messages but i don't know why, i didn't have any traces before adding the omnix flake, is there a way to hide these if they aren't an error? or if they are an error then what exactly do i need to do?
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
rust-flake uses You can remove the A bit more about |
Beta Was this translation helpful? Give feedback.
rust-flake uses
builtins.traceVerbose
for logging the location of.nix
for each of the crates (See https://github.com/juspay/rust-flake/blob/747daa629bd956c9e14b1436b5f425ac82a01d14/nix/modules/default-crates.nix#L38).You can remove the
--trace-verbose
argument from.envrc
ofomnix
to disable this behaviour.A bit more about
traceVerbose
: https://nixos.asia/en/traceVerbose