chore: fix simple typos in code and comments (split var, whether, Extensions) (#1318)

Co-authored-by: niStee <52573120+niStee@users.noreply.github.comclear>
This commit is contained in:
Nils
2025-09-13 17:12:39 +02:00
committed by GitHub
parent b662fae11e
commit 456d62224e
3 changed files with 5 additions and 5 deletions

View File

@@ -677,7 +677,7 @@ pub fn run_nix_helper(ctx: &ExecutionContext) -> Result<()> {
};
// We assume that if the user has set these variables, we can throw an error if nh cannot find
// a flake there. So we do not anymore perform an eval check to find out wether we should skip
// a flake there. So we do not anymore perform an eval check to find out whether we should skip
// or not.
#[cfg(target_os = "macos")]
if darwin_flake_path.is_some() || fallback_flake_path.is_some() {