jetify-com/devbox installer

Install Devbox in your CICD workflow

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Apr 17, 2026
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: jetify-com/devbox-install-action@8c6a66ed6273138b1915457069de78cb52fe3bd7 # v0.15.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
project-pathProject path to devbox.json. Default to the root directory of the repository..
enable-cacheCaching the entire Nix store in github based on your devbox.jsonfalse
refresh-cliSpecify whether the CLI should be redownloadedfalse
devbox-versionSpecify devbox CLI version you want to pin to. Default to latest""
sha256-checksumSpecify an explicit checksum for the devbox binary. For extra security on top of the existing checks in the devbox launch script
disable-nix-access-tokenDisable configuration of nix access-tokens with the GitHub token used in the workflowfalse
skip-nix-installationSkip the installation of nixfalse
extra-nix-configGets appended to `nix.conf` if passed""
installer-init-systemThe init system to use for the nix installersystemd

no outputs