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