mirror of
https://github.com/NixOS/nix.git
synced 2025-11-29 21:50:58 +01:00
Checkpoint
This commit is contained in:
parent
00b0fb27c1
commit
06c1edf889
18 changed files with 134 additions and 120 deletions
|
|
@ -32,7 +32,8 @@ void printValueAsJSON(EvalState & state, bool strict,
|
|||
break;
|
||||
|
||||
case nPath:
|
||||
out.write(state.copyPathToStore(context, v.path));
|
||||
// FIXME: handle accessors
|
||||
out.write(state.copyPathToStore(context, v.path().path));
|
||||
break;
|
||||
|
||||
case nNull:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue