mirror of
https://github.com/NixOS/nix
synced 2025-06-25 10:41:16 +02:00
Merge pull request #12877 from roberth/c-api-libflake-override-input
C API: Flake loading, input overriding
This commit is contained in:
commit
e76bbe413e
26 changed files with 956 additions and 11 deletions
|
@ -10,6 +10,7 @@
|
|||
|
||||
namespace nix {
|
||||
using json = nlohmann::json;
|
||||
// TODO: rename. It doesn't print.
|
||||
json printValueAsJSON(EvalState & state, bool strict,
|
||||
Value & v, const PosIdx pos, NixStringContext & context, bool copyToStore)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue