MCPcopy Index your code
hub / github.com/jetify-com/devbox / allowInsecureEnv

Function allowInsecureEnv

internal/nix/command.go:30–32  ·  view source on GitHub ↗
(curEnv []string)

Source from the content-addressed store, hash-verified

28}
29
30func allowInsecureEnv(curEnv []string) []string {
31 return append(curEnv, "NIXPKGS_ALLOW_INSECURE=1")
32}

Callers 4

CopyInstallableToCacheFunction · 0.85
BuildFunction · 0.85
ProfileRemoveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected