Nix  2.93.0-dev
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
Loading...
Searching...
No Matches
path-info.hh File Reference
#include "lix/libstore/crypto.hh"
#include "lix/libstore/path.hh"
#include "lix/libutil/hash.hh"
#include "lix/libstore/content-address.hh"
#include <string>
#include <optional>
Include dependency graph for path-info.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  nix::SubstitutablePathInfo
 
struct  nix::UnkeyedValidPathInfo
 
struct  nix::ValidPathInfo
 

Typedefs

using nix::SubstitutablePathInfos = std::map<StorePath, SubstitutablePathInfo>
 
using nix::ValidPathInfos = std::map<StorePath, ValidPathInfo>