Documentation ¶
Index ¶
- Variables
- func CloneRepository(repo string) (string, error)
- func ForceProfile() error
- type Data
- type Flake
- func (f *Flake) Apply() error
- func (f *Flake) Check() error
- func (f *Flake) Clone(repo string) error
- func (f *Flake) Create(force bool, symlink bool) error
- func (f *Flake) IsGitRepo() (bool, error)
- func (f *Flake) IsJoin() (bool, error)
- func (f *Flake) Join() error
- func (f *Flake) MayPull() error
- func (f *Flake) ReadConfig(loc string) error
- func (f *Flake) Update() error
- func (f *Flake) Write(message string, writeHost, writeUser bool) error
- type SystemData
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrPackageConflict = errors.New("package exists in fleek and nix profile")
Functions ¶
func CloneRepository ¶ added in v0.9.0
func ForceProfile ¶ added in v0.9.4
func ForceProfile() error
Types ¶
Click to show internal directories.
Click to hide internal directories.