Skip to content

without nix or docker #2600

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
joeblew999 opened this issue Apr 27, 2025 · 0 comments
Open

without nix or docker #2600

joeblew999 opened this issue Apr 27, 2025 · 0 comments

Comments

@joeblew999
Copy link

I use process compose and dont need the nix or docker.

I tend to write task plugins to do any step I want.

so I was thinking if there is a way for me to interact with the example below.

the shell setup is all I really need.

{
    "packages": [
        "go@1.19.8"
    ],
    "env": {
        "GOPATH": "$HOME/go/",
        "PATH": "$PATH:$HOME/go/bin"
    },
    "shell": {
        "init_hook": [
            "export \"GOROOT=$(go env GOROOT)\""
        ],
        "scripts": {
            "run_test": "go run main.go"
        }
    }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant