fix FlakeSettings never exported
This commit is contained in:
parent
9f8effeeda
commit
cb2ac77f1e
1 changed files with 1 additions and 1 deletions
|
|
@ -29,6 +29,6 @@ pub use version::NixVersion;
|
|||
#[cfg(feature = "exprs")]
|
||||
pub use expr::{EvalState, EvalStateBuilder, Value};
|
||||
#[cfg(feature = "flakes")]
|
||||
pub use flake::{FlakeRef, FlakeRefBuilder, LockedFlake};
|
||||
pub use flake::{FlakeRef, FlakeRefBuilder, FlakeSettings, LockedFlake};
|
||||
#[cfg(feature = "store")]
|
||||
pub use store::{Store, StorePath};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue