|
Nix 2.93.3
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
|
#include <lockfile.hh>
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 |
A non-root node in the lock file.