nix.toHumanReadable
import { nix } from "https://garn.io/ts/v0.0.19/mod.ts";
const { toHumanReadable } = nix;
Converts a NixExpression
to a (hopefully concise) human readable string
with incidental dependencies snipped out with "[...]"
import { nix } from "https://garn.io/ts/v0.0.19/mod.ts";
const { toHumanReadable } = nix;
Converts a NixExpression
to a (hopefully concise) human readable string
with incidental dependencies snipped out with "[...]"