MCPcopy Create free account
hub / github.com/jetify-com/devbox / appendArgs

Function appendArgs

internal/nix/command.go:19–24  ·  view source on GitHub ↗
(args Args, new []E)

Source from the content-addressed store, hash-verified

17}
18
19func appendArgs[E any](args Args, new []E) Args {
20 for _, elem := range new {
21 args = append(args, elem)
22 }
23 return args
24}
25
26func allowUnfreeEnv(curEnv []string) []string {
27 return append(curEnv, "NIXPKGS_ALLOW_UNFREE=1")

Callers 4

StorePathsAreInStoreFunction · 0.85
BuildFunction · 0.85
ProfileInstallFunction · 0.85
ProfileRemoveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected