Documentation
¶
Index ¶
- func RenderBuildHook(params BuildHookParams) ([]byte, error)
- func RenderNixConf() ([]byte, error)
- func RenderProfileFlake(values ProfileFlakeParams) ([]byte, error)
- func RenderShellHook(params ShellHookParams) ([]byte, error)
- func RenderWorkspaceFlake(values *WorkspaceFlakeParams) ([]byte, error)
- type BuildHookParams
- type ProfileFlakeParams
- type ShellHookParams
- type URLPackage
- type WorkspaceFlakePackgeBuild
- type WorkspaceFlakeParams
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RenderBuildHook ¶ added in v1.2.1
func RenderBuildHook(params BuildHookParams) ([]byte, error)
func RenderNixConf ¶ added in v1.2.1
func RenderProfileFlake ¶
func RenderProfileFlake(values ProfileFlakeParams) ([]byte, error)
func RenderShellHook ¶ added in v1.2.1
func RenderShellHook(params ShellHookParams) ([]byte, error)
func RenderWorkspaceFlake ¶
func RenderWorkspaceFlake(values *WorkspaceFlakeParams) ([]byte, error)
Types ¶
type BuildHookParams ¶ added in v1.2.1
type ProfileFlakeParams ¶ added in v1.2.3
type ProfileFlakeParams struct {
NixPkgsCommit string
}
type ShellHookParams ¶ added in v1.2.1
type URLPackage ¶ added in v1.2.3
type URLPackage struct {
Name string `yaml:"name"`
URL string `yaml:"url"`
Sha256 string `yaml:"sha256,omitempty"`
}
copy of pkg/nix.URLPackage
type WorkspaceFlakePackgeBuild ¶ added in v1.2.3
type WorkspaceFlakeParams ¶ added in v1.2.3
Click to show internal directories.
Click to hide internal directories.