mirror of
https://github.com/NixOS/nix
synced 2025-06-29 06:21:14 +02:00
Remove some FIXMEs
This commit is contained in:
parent
1b8065f255
commit
85c1959240
5 changed files with 3 additions and 13 deletions
|
@ -34,7 +34,6 @@ void printValueAsJSON(EvalState & state, bool strict,
|
|||
|
||||
case nPath:
|
||||
if (copyToStore)
|
||||
// FIXME: handle accessors
|
||||
out.write(
|
||||
state.store->printStorePath(
|
||||
state.copyPathToStore(context, v.path())));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue