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

#include <lockfile.hh>

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

Public Member Functions

 LockedNode (const FlakeRef &lockedRef, const FlakeRef &originalRef, bool isFlake=true)
 
 LockedNode (const JSON &json)
 
StorePath computeStorePath (Store &store) const
 

Public Attributes

FlakeRef lockedRef
 
FlakeRef originalRef
 
bool isFlake = true
 
- Public Attributes inherited from nix::flake::Node
std::map< FlakeId, Edge > inputs
 

Additional Inherited Members

- Public Types inherited from nix::flake::Node
typedef std::variant< ref< LockedNode >, InputPath > Edge
 

Detailed Description

A non-root node in the lock file.


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