nixd
Loading...
Searching...
No Matches
InitEval.h
Go to the documentation of this file.
1#pragma once
2
3#include <nix/eval.hh>
4#include <nix/shared.hh>
5#include <nix/store-api.hh>
6
7namespace nixt {
8
9inline void initEval() {
10 nix::initNix();
11 nix::initLibStore();
12 nix::initPlugins();
13 nix::initGC();
14}
15
16} // namespace nixt
Access EvalCache in nix::EvalState.
Definition ArrayRef.h:7
void initEval()
Definition InitEval.h:9