Nix 2.26.3
Nix, the purely functional package manager; unstable internal interfaces
 
Loading...
Searching...
No Matches
nix::LocalStore::VerificationResult Struct Reference

#include <local-store.hh>

Public Attributes

bool errors
 
StorePathSet validPaths
 

Detailed Description

Result of verifyAllValidPaths

Member Data Documentation

◆ errors

bool nix::LocalStore::VerificationResult::errors

Whether any errors were encountered

◆ validPaths

StorePathSet nix::LocalStore::VerificationResult::validPaths

A set of so-far valid paths. The store objects pointed to by those paths are suitable for further validation checking.


The documentation for this struct was generated from the following file: