Nix 2.26.3
Nix, the purely functional package manager; unstable internal interfaces
 
Loading...
Searching...
No Matches
derivation-goal.hh File Reference
#include "parsed-derivations.hh"
#include "user-lock.hh"
#include "outputs-spec.hh"
#include "store-api.hh"
#include "pathlocks.hh"
#include "goal.hh"

Go to the source code of this file.

Classes

struct  nix::InitialOutputStatus
 
struct  nix::InitialOutput
 
struct  nix::DerivationGoal
 

Enumerations

enum  HookReply { rpAccept , rpDecline , rpPostpone }
 
enum struct  nix::PathStatus { Corrupt , Absent , Valid }
 

Functions

 nix::MakeError (NotDeterministic, BuildError)
 

Enumeration Type Documentation

◆ PathStatus

enum struct nix::PathStatus
strong

Unless we are repairing, we don't both to test validity and just assume it, so the choices are Absent or Valid.