Fix typo.
This commit is contained in:
parent
ca46aa5ace
commit
3009a5feaf
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ pub fn build(flake_uri: &str) -> Result<StorePath> {
|
|||
log::info!("Building new system-manager generation...");
|
||||
log::info!("Running nix build...");
|
||||
let store_path = run_nix_build(full_flake_uri.as_ref()).and_then(get_store_path)?;
|
||||
log::info!("Build system-manager profile {store_path}");
|
||||
log::info!("Built system-manager profile {store_path}");
|
||||
Ok(store_path)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue