|
Nix 2.93.3
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
|
#include <lockfile.hh>
Public Types | |
| typedef std::variant< ref< LockedNode >, InputPath > | Edge |
Public Attributes | |
| std::map< FlakeId, Edge > | inputs |
A node in the lock file. It has outgoing edges to other nodes (its inputs). Only the root node has this type; all other nodes have type LockedNode.