devenv.yaml
devenv configuration file
| Type | object |
|---|---|
| File match |
devenv.yaml
**/devenv.yaml
|
| Schema URL | https://catalog.lintel.tools/schemas/devenv/devenv/latest.json |
| Source | https://devenv.sh/devenv.schema.json |
Validate with Lintel
npx @lintel/lintel check
Type:
object
Properties
inputs
Record<string, object>
allowUnfree
boolean
allowBroken
boolean
nixpkgs
Nixpkgs | null
imports
string[]
permittedInsecurePackages
string[]
clean
Clean | null
impure
boolean
backend
string
secretspec
SecretspecConfig | null
profile
string | null
Definitions
Input
object
url
string | null
flake
boolean
follows
string | null
inputs
Record<string, object>
overlays
string[]
Nixpkgs
object
allowUnfree
boolean
allowBroken
boolean
cudaSupport
boolean
cudaCapabilities
string[]
permittedInsecurePackages
string[]
permittedUnfreePackages
string[]
per-platform
Record<string, object>
NixpkgsConfig
object
allowUnfree
boolean
allowBroken
boolean
cudaSupport
boolean
cudaCapabilities
string[]
permittedInsecurePackages
string[]
permittedUnfreePackages
string[]
Clean
object
enabled
boolean
required
keep
string[]
required
NixBackendType
string
SecretspecConfig
object
enable
boolean
profile
string | null
provider
string | null