Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

mkExecutable

import { mkExecutable } from "https://garn.io/ts/v0.0.16/executable.ts";

Create an executable from a nix expression.

This is a fairly low-level function. You may want to use garn.shell.

function mkExecutable(nixExpression: NixExpression, description: string): Executable;
§
mkExecutable(nixExpression: NixExpression, description: string): Executable
[src]

§Parameters

§
nixExpression: NixExpression
[src]
§
description: string
[src]