cargo fmt

This commit is contained in:
Katharina Fey 2022-11-10 16:08:47 +01:00
parent e98827d5ae
commit 24a38ff454
2 changed files with 1 additions and 2 deletions

View file

@ -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};

View file

@ -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;