wrapUnsandboxedScript
import { wrapUnsandboxedScript } from "https://garn.io/ts/v0.0.20/environment.ts";
Add the setup of an Environment
to a given script for the unsandboxed case.
This should be used for Executable
s and garn enter
.
const wrapUnsandboxedScript: (env: Environment, script: NixExpression) => NixExpression;