mkExecutableCopyimport { mkExecutable } from "https://garn.io/ts/v0.0.20/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]§Return Type§Executable[src]