Nix  2.93.0-dev
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
Loading...
Searching...
No Matches
derivation-goal.hh File Reference
Include dependency graph for derivation-goal.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  nix::HookReplyBase
 
struct  nix::HookReplyBase::Accept
 
struct  nix::HookReplyBase::Decline
 
struct  nix::HookReplyBase::Postpone
 
struct  nix::HookReply
 
struct  nix::InitialOutputStatus
 
struct  nix::InitialOutput
 
struct  nix::DerivationGoal
 
struct  nix::DerivationGoal::DrvHasRoot
 

Enumerations

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.