nix

package
v0.0.0-...-ec3eda5 Latest Latest
Warning

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

Go to latest
Published: Jun 17, 2025 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DefaultInstallDotReplitSystemDependencies

func DefaultInstallDotReplitSystemDependencies(context.Context, []api.PkgName)

func DefaultInstallReplitNixSystemDependencies

func DefaultInstallReplitNixSystemDependencies(context.Context, []api.PkgName)

func RunNixEditorOps

func RunNixEditorOps(ops []NixEditorOp)

Types

type NixEditorDepType

type NixEditorDepType string
const (
	Regular NixEditorDepType = "regular"
)

type NixEditorOp

type NixEditorOp struct {
	Op      string           `json:"op"`
	DepType NixEditorDepType `json:"dep_type"`
	Dep     string           `json:"dep"`
}

func ReplitNixAddToNixEditorOps

func ReplitNixAddToNixEditorOps(replitNixAdd ReplitNixAdd) []NixEditorOp

type ReplitNixAdd

type ReplitNixAdd struct {
	Deps []string `json:"deps,omitempty"`
}

func PythonNixDeps

func PythonNixDeps(pack string) ReplitNixAdd

Jump to

Keyboard shortcuts

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