We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccd2608 commit b9358ddCopy full SHA for b9358dd
src/nixos.rs
@@ -318,7 +318,9 @@ impl OsRollbackArgs {
318
let mut _rollback_profile = false;
319
320
// Get the final profile path with specialisation if any
321
- let final_profile = platform::get_target_profile(&generation_link, &target_specialisation);
+ let target_specialisation_option = target_specialisation;
322
+ let final_profile =
323
+ platform::get_target_profile(&generation_link, &target_specialisation_option);
324
325
// Activate the configuration
326
info!("Activating...");
0 commit comments