Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
30
func
allowInsecureEnv(curEnv []string) []string {
31
return
append(curEnv,
"NIXPKGS_ALLOW_INSECURE=1"
)
32
}
Callers
4
CopyInstallableToCache
Function · 0.85
StorePathsFromInstallable
Function · 0.85
Build
Function · 0.85
ProfileRemove
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected