#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) | |
|
strong |
Unless we are repairing, we don't both to test validity and just assume it, so the choices are Absent
or Valid
.