mirror of
https://github.com/NixOS/nix.git
synced 2025-11-09 03:56:01 +01:00
EvalState: add doc comment
This commit is contained in:
parent
6db86389ce
commit
48a5e2dde2
2 changed files with 15 additions and 4 deletions
|
|
@ -508,8 +508,15 @@ private:
|
|||
|
||||
public:
|
||||
|
||||
/**
|
||||
* @param lookupPath Only used during construction.
|
||||
* @param store The store to use for instantiation
|
||||
* @param fetchSettings Must outlive the lifetime of this EvalState!
|
||||
* @param settings Must outlive the lifetime of this EvalState!
|
||||
* @param buildStore The store to use for builds ("import from derivation", C API `nix_string_realise`)
|
||||
*/
|
||||
EvalState(
|
||||
const LookupPath & _lookupPath,
|
||||
const LookupPath & lookupPath,
|
||||
ref<Store> store,
|
||||
const fetchers::Settings & fetchSettings,
|
||||
const EvalSettings & settings,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue