export set_verbosity

This commit is contained in:
do butterflies cry? 2026-03-27 15:35:48 +10:00
parent e4fe62f7a6
commit e77b246c88
Signed by: cry
GPG key ID: F68745A836CA0412

View file

@ -11,14 +11,13 @@ mod version;
#[cfg(feature = "expr")]
mod expr;
#[cfg(feature = "flake")]
mod flake;
#[cfg(feature = "store")]
mod store;
#[cfg(feature = "flake")]
mod flake;
pub use errors::{NixError, NixideError, NixideResult};
pub use verbosity::NixVerbosity;
pub use verbosity::{set_verbosity, NixVerbosity};
pub use version::NixVersion;
#[cfg(feature = "expr")]