#include "lix/libutil/environment-variables.hh"
#include "lix/libutil/types.hh"
#include "lix/libutil/config.hh"
#include <map>
#include <limits>
#include <sys/types.h>
#include "libstore-settings.gen.inc"
Go to the source code of this file.
|
| enum | SandboxMode { smEnabled
, smRelaxed
, smDisabled
} |
◆ assertLibStoreInitialized()
| void nix::assertLibStoreInitialized |
( |
| ) |
|
It's important to initialize before doing anything, which is why we call upon the programmer to handle this correctly. However, we only add this in a key locations, so as not to litter the code.
◆ initLibStore()
| void nix::initLibStore |
( |
| ) |
|
NB: This is not sufficient. You need to call initNix()
◆ initPlugins()
| void nix::initPlugins |
( |
| ) |
|
This should be called after settings are initialized, but before anything else
◆ maxIdsPerBuild
| const uint32_t nix::maxIdsPerBuild |