Documentation
¶
Overview ¶
Package nix is the packer for Nix projects.
Index ¶
Constants ¶
View Source
const ( // ConfigNixDockerPackage is the key for the package name of // `pkgs.dockerTools.buildImage` in the Nix configuration. // // For example, `packages.aarch64-linux.docker`. // // If not set, the default value is // `packages.<arch>-linux.{dockerImage|docker-image|docker|image|container}`. // where the first found package will be used. ConfigNixDockerPackage = "nix.docker_package" )
Variables ¶
This section is empty.
Functions ¶
func FindPossibleNixDockerPackage ¶
FindPossibleNixDockerPackage finds the possible Nix package name for Docker.
func GenerateDockerfile ¶
GenerateDockerfile generates the Dockerfile for Nix projects.
func NewIdentifier ¶
func NewIdentifier() plan.Identifier
NewIdentifier returns a new Nix identifier.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.