jetify-com/devbox installer
Install Devbox in your CICD workflow
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Apr 17, 2026
- License
- None
Pinned Snippet
uses: jetify-com/devbox-install-action@8c6a66ed6273138b1915457069de78cb52fe3bd7 # v0.15.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| project-path | Project path to devbox.json. Default to the root directory of the repository. | — | . |
| enable-cache | Caching the entire Nix store in github based on your devbox.json | — | false |
| refresh-cli | Specify whether the CLI should be redownloaded | — | false |
| devbox-version | Specify devbox CLI version you want to pin to. Default to latest | — | "" |
| sha256-checksum | Specify an explicit checksum for the devbox binary. For extra security on top of the existing checks in the devbox launch script | — | — |
| disable-nix-access-token | Disable configuration of nix access-tokens with the GitHub token used in the workflow | — | false |
| skip-nix-installation | Skip the installation of nix | — | false |
| extra-nix-config | Gets appended to `nix.conf` if passed | — | "" |
| installer-init-system | The init system to use for the nix installer | — | systemd |
Outputs
no outputs