Nix 2.93.3
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:
nix::flake::Node

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:
  • lix/libexpr/flake/lockfile.hh
  • lix/libexpr/flake/lockfile.cc