export set_verbosity
This commit is contained in:
parent
e4fe62f7a6
commit
e77b246c88
1 changed files with 3 additions and 4 deletions
|
|
@ -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")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue