Nix  2.93.0-dev
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
Loading...
Searching...
No Matches
nix::flake::Node Struct Reference

#include <lockfile.hh>

Inheritance diagram for nix::flake::Node:
[legend]
Collaboration diagram for nix::flake::Node:
[legend]

Public Types

typedef std::variant< ref< LockedNode >, InputPath > Edge
 

Public Attributes

std::map< FlakeId, Edge > inputs
 

Detailed Description

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.


The documentation for this struct was generated from the following file: