Nix 2.35.2
Nix, the purely functional package manager; unstable internal interfaces
Loading...
Searching...
No Matches
nix::OutputsQueryTest Class Reference
Inheritance diagram for nix::OutputsQueryTest:

Static Public Member Functions

static void SetUpTestSuite ()

Protected Member Functions

Derivation makeLeafDrv (std::string name)

Static Protected Member Functions

static DerivationOutput caFloatingOutput ()

Protected Attributes

EnableExperimentalFeature caFeature {"ca-derivations"}
ref< DummyStore > store

Member Function Documentation

◆ makeLeafDrv()

Derivation nix::OutputsQueryTest::makeLeafDrv ( std::string name)
inlineprotected

Build a simple floating CA derivation with a given name and no input derivations.

Member Data Documentation

◆ store

ref<DummyStore> nix::OutputsQueryTest::store
protected
Initial value:
= [] {
auto cfg = make_ref<DummyStoreConfig>(StoreReference::Params{});
cfg->readOnly = false;
return cfg->openDummyStore();
}()

The documentation for this class was generated from the following file:
  • /builddir/build/BUILD/nix-2.35.2-build/nix-2.35.2/src/libstore-tests/outputs-query.cc