pub fn validate_full(
source: &str,
inputs: &InputMap,
lock: Option<&FlakeLock>,
) -> ValidationResultExpand description
Run syntax checks plus every follows-graph lint.
Walks flake.lock once via FlakeLock::nested_inputs, builds the lock
graph from that single walk, and hands both to
[validate_full_with_lock_graph].