mirror of
https://github.com/NixOS/nix.git
synced 2025-12-01 22:50:59 +01:00
Revert "Merge pull request #6204 from layus/coerce-string"
This reverts commita75b7ba30f, reversing changes made to9af16c5f74.
This commit is contained in:
parent
98f57f44bb
commit
9b33ef3879
31 changed files with 865 additions and 988 deletions
|
|
@ -7,7 +7,7 @@ namespace nix {
|
|||
|
||||
static void prim_fromTOML(EvalState & state, const PosIdx pos, Value * * args, Value & val)
|
||||
{
|
||||
auto toml = state.forceStringNoCtx(*args[0], pos, "while evaluating the argument passed to builtins.fromTOML");
|
||||
auto toml = state.forceStringNoCtx(*args[0], pos);
|
||||
|
||||
std::istringstream tomlStream(std::string{toml});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue