renderNixExpression
import { renderNixExpression } from "https://garn.io/ts/v0.0.16/nix.ts";
Converts a NixExpression
to a string representing that Nix expression.
It is advised to defer calling this unless actually serializing to disk.
This way Nix expressions remain as the type NixExpression
.