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

Function allowUnfreeEnv

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

Source from the content-addressed store, hash-verified

24}
25
26func allowUnfreeEnv(curEnv []string) []string {
27 return append(curEnv, "NIXPKGS_ALLOW_UNFREE=1")
28}
29
30func allowInsecureEnv(curEnv []string) []string {
31 return append(curEnv, "NIXPKGS_ALLOW_INSECURE=1")

Callers 5

CopyInstallableToCacheFunction · 0.85
BuildFunction · 0.85
ProfileInstallFunction · 0.85
ProfileRemoveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected