Nix 2.93.3
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
Loading...
Searching...
No Matches
derivation-goal.hh File Reference

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
class  nix::map

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.