Nix  2.93.0-dev
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
Loading...
Searching...
No Matches
lockfile.hh File Reference
#include "lix/libexpr/flake/flakeref.hh"
#include "lix/libutil/json-fwd.hh"
Include dependency graph for lockfile.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  nix::flake::Node
 
struct  nix::flake::LockedNode
 
struct  nix::flake::LockFile
 

Typedefs

typedef std::vector< FlakeId > nix::flake::InputPath
 

Functions

std::ostream & nix::flake::operator<< (std::ostream &stream, const LockFile &lockFile)
 
InputPath nix::flake::parseInputPath (std::string_view s)
 
std::string nix::flake::printInputPath (const InputPath &path)