pub fn check_flake(
flake_dir: &Path,
) -> Result<FlakeCheckResult, FlakeLockUpdateError>Expand description
Validate a flake directory’s structure and lock file.
Checks:
flake.nixexistsflake.lock(if present) is valid JSON and parseable- The flake can be evaluated by the native evaluator