nixd
Loading...
Searching...
No Matches
libnixt
include
nixt
Flake.h
Go to the documentation of this file.
1
/// \file
2
/// \brief Utilities about nix flake.
3
4
#pragma once
5
6
#include <nix/eval.hh>
7
8
#include <string_view>
9
10
namespace
nixt
{
11
12
/// Call nix flake, but do not use any "fetchers".
13
void
callDirtyFlake
(nix::EvalState &State, std::string_view SrcPath,
14
nix::Value &VRes);
15
16
}
// namespace nixt
nixt
Access EvalCache in nix::EvalState.
Definition
ArrayRef.h:7
nixt::callDirtyFlake
void callDirtyFlake(nix::EvalState &State, std::string_view SrcPath, nix::Value &VRes)
Call nix flake, but do not use any "fetchers".
Generated by
1.12.0