|
Nix 2.93.3
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
|
#include "lix/libutil/notifying-counter.hh"#include "lix/libstore/parsed-derivations.hh"#include "lix/libstore/lock.hh"#include "lix/libstore/outputs-spec.hh"#include "lix/libstore/store-api.hh"#include "lix/libstore/pathlocks.hh"#include "lix/libstore/build/goal.hh"#include <kj/time.h>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) | |
|
strong |
Unless we are repairing, we don't both to test validity and just assume it, so the choices are Absent or Valid.