nix
import { nix } from "https://garn.io/ts/v0.0.19/mod.ts";
§Functions
nix.escapeShellArg | |
nix.getPathOrError | |
nix.nixAttrSet | Turns a javascript object of |
nix.nixFlakeDep | Returns a |
nix.nixList | Turns a javascript array of |
nix.nixRaw | A template literal function to construct |
nix.nixStrLit | Returns a |
nix.renderFlakeFile | Renders the nix expression as the |
nix.renderNixExpression | Converts a |
nix.toHumanReadable | Converts a |
nix.unlinesNixStrings |
§Type Aliases
nix.NixExpression | An opaque type representing a Nix expression. |
nix.NixStrLitInterpolatable | A union of types that are allowed to be interpolated into the |