#include "signature/signer.hh"
#include "path.hh"
#include "hash.hh"
#include "content-address.hh"
#include <string>
#include <optional>
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> |