package
0.0.0-20241001140320-1cfc79ecf30e
Repository: https://github.com/nix-community/go-nix.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

ReadDerivation parses a Derivation in ATerm format and returns the Derivation struct, or an error in case any parsing error occurs, or some of the fields would be illegal.

# Structs

Derivation describes all data in a .drv, which canonically is expressed in ATerm format.
No description provided by the author

# Interfaces

Store describes the interface a Derivation store needs to implement to be used from here.