Skip to content

numtide/terraform-nix-build

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

terraform-nix-build

Build Nix with the external provider

Requirements

nix-build and python3 installed on the host.

Providers

Name Version
external 2.2.0

Modules

No modules.

Resources

Name Type
external_external.nix_build data source

Inputs

Name Description Type Default Required
args Extra arguments to pass to nix-build list(string)
[
"--no-out-link"
]
no
attributes A list of Nix attributes to build list(string) n/a yes
path Path to build string n/a yes

Outputs

Name Description
result Result of the nix-build. A map of attribute to store path.

About

Build Nix with the external provider

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published