global

package
v0.0.0-...-b7a57f2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 14, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	BobFileName      = "bob.yaml"
	BobWorkspaceFile = ".bob.workspace"

	DefaultBuildTask = "build"
)
View Source
const BobCacheDir = ".bobcache"

Cache directory

View Source
const BobNixCacheFile = ".nix_cache"

Variables

View Source
var (
	BobCacheBuildinfoDir       = filepath.Join(BobCacheDir, "buildinfos")
	BobCacheTaskHashesFileName = filepath.Join(BobCacheDir, "hashes")
	BobCacheArtifactsDir       = filepath.Join(BobCacheDir, "artifacts")
	BobAuthStoreDir            = filepath.Join(BobCacheDir, "auth")

	BobCacheNixFileName      = filepath.Join(BobCacheDir, BobNixCacheFile)
	BobCacheNixShellCacheDir = filepath.Join(BobCacheDir, "env")
)
View Source
var EnvWhitelist = []string{"XDG_CACHE_HOME", "NIX_SSL_CERT_FILE", "SSL_CERT_FILE"}

EnvWhitelist keep the whitelisted env variables for nix-shell

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL