nix

package
v0.9.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 12, 2026 License: MIT Imports: 17 Imported by: 0

Documentation

Index

Constants

View Source
const (
	NixPatchStatePending     string = "pending"
	NixPatchStateCancelled   string = "cancelled"
	NixPatchStateApplying    string = "applying"
	NixPatchStateApplied     string = "applied"
	NixPatchStateRollingBack string = "rolling back"
	NixPatchStateErrored     string = "errored"
)

Variables

This section is empty.

Functions

func GetConfigValue added in v0.9.0

func GetConfigValue(configItem string) (string, error)

func GetRunningFlakePath added in v0.9.0

func GetRunningFlakePath() (string, error)

func NewNixPatch

func NewNixPatch(nm nixManager, log dogeboxd.SubLogger) dogeboxd.NixPatch

Types

type PatchOperation

type PatchOperation struct {
	Name      string
	Operation func() error
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL