Skip to main content

Module lock

Module lock 

Source

Structs§

FlakeLock
Parsed flake.lock. Loaded with Self::from_default_path, Self::from_file, or Self::read_from_str.
NestedInput
A nested input discovered in flake.lock with its existing follows target, if any.

Enums§

Input
Reference from a node’s inputs map.
LockError
Errors that arise from parsing or walking flake.lock.

Constants§

NESTED_INPUTS_MAX_DEPTH
Maximum recursion depth for FlakeLock::nested_inputs. Backstops pathological cycles in malformed lockfiles.