mirror of
https://github.com/NixOS/nix
synced 2025-06-27 21:01:16 +02:00
printEnvPosChain
This commit is contained in:
parent
310c689d31
commit
176911102c
11 changed files with 32193 additions and 4 deletions
|
@ -45,6 +45,7 @@ struct Env
|
|||
|
||||
void printEnvBindings(const Env &env, int lv = 0);
|
||||
valmap * mapEnvBindings(const Env &env);
|
||||
void printEnvPosChain(const Env &env, int lv = 0);
|
||||
|
||||
Value & mkString(Value & v, std::string_view s, const PathSet & context = PathSet());
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue