forked from lix-project/lix-installer
cargo fmt
This commit is contained in:
parent
e98827d5ae
commit
24a38ff454
|
@ -19,4 +19,3 @@ pub use create_user::{CreateUser, CreateUserError};
|
|||
pub use fetch_nix::{FetchNix, FetchNixError};
|
||||
pub use move_unpacked_nix::{MoveUnpackedNix, MoveUnpackedNixError};
|
||||
pub use setup_default_profile::{SetupDefaultProfile, SetupDefaultProfileError};
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
/*! Actions which only call other base plugins. */
|
||||
|
||||
mod configure_nix;
|
||||
mod create_nix_tree;
|
||||
mod configure_shell_profile;
|
||||
mod create_nix_tree;
|
||||
mod create_users_and_group;
|
||||
mod place_channel_configuration;
|
||||
mod place_nix_configuration;
|
||||
|
|
Loading…
Reference in a new issue