···207207208208 let file = sys.generate_file();
209209210210- let edited_file = Editor::new("Review the new system file with (e), confirm with (enter)").with_predefined_text(&file).with_file_extension("nix").prompt().context("Failed to get edits")?;
210210+ let edited_file = Editor::new("Review the new system file with (e), confirm with (enter)").with_predefined_text(&file).with_file_extension(".nix").prompt().context("Failed to get edits")?;
211211212212 let path = flake_root.join("systems").join(format!("{}.nix", sys.name));
213213