{"id":20695439,"url":"https://github.com/jetify-com/devbox-install-action","last_synced_at":"2026-04-02T11:15:56.160Z","repository":{"id":113985568,"uuid":"585689121","full_name":"jetify-com/devbox-install-action","owner":"jetify-com","description":null,"archived":false,"fork":false,"pushed_at":"2025-11-13T19:16:57.000Z","size":106,"stargazers_count":51,"open_issues_count":9,"forks_count":22,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-11-17T00:07:52.819Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jetify-com.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-01-05T20:19:51.000Z","updated_at":"2025-11-13T19:16:59.000Z","dependencies_parsed_at":"2024-02-06T20:23:20.290Z","dependency_job_id":"62790e25-5d0b-45c2-a885-078d9dda20e8","html_url":"https://github.com/jetify-com/devbox-install-action","commit_stats":null,"previous_names":["jetify-com/devbox-install-action","jetpack-io/devbox-install-action"],"tags_count":17,"template":false,"template_full_name":null,"purl":"pkg:github/jetify-com/devbox-install-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jetify-com%2Fdevbox-install-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jetify-com%2Fdevbox-install-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jetify-com%2Fdevbox-install-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jetify-com%2Fdevbox-install-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jetify-com","download_url":"https://codeload.github.com/jetify-com/devbox-install-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jetify-com%2Fdevbox-install-action/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27992416,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-12-23T02:00:07.087Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-17T00:09:26.633Z","updated_at":"2025-12-24T01:43:16.627Z","avatar_url":"https://github.com/jetify-com.png","language":null,"funding_links":[],"categories":["Others"],"sub_categories":[],"readme":"# devbox-install-action\n\nThis action downloads the devbox CLI and installs the Nix packages defined in your `devbox.json`.\n\n[![version](https://img.shields.io/github/v/release/jetify-com/devbox-install-action?color=green\u0026label=version\u0026sort=semver)](https://github.com/jetify-com/devbox-install-action/releases) [![tests](https://github.com/jetify-com/devbox-install-action/actions/workflows/test.yaml/badge.svg)](https://github.com/jetify-com/devbox-install-action/actions/workflows/test.yaml?branch=main)\n\n## Example Workflow\n\n```\nname: Testing with devbox\n\non: push\n\njobs:\n  test:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v3\n\n      - name: Install devbox\n        uses: jetify-com/devbox-install-action@v0.12.0\n\n      - name: Run arbitrary commands\n        run: devbox run -- echo \"done!\"\n\n      - name: Run a script called test\n        run: devbox run test\n```\n\n## Configure Action\n\n### Action Inputs\n\n| Input argument           | description                                                                           | default               |\n| ------------------------ | ------------------------------------------------------------------------------------- | --------------------- |\n| project-path             | Path to the folder that contains a valid `devbox.json`                                | repo's root directory |\n| enable-cache             | Cache the entire Nix store in github based on your `devbox.json`                      | false                 |\n| refresh-cli              | Specify whether the CLI should be redownloaded                                        | false                 |\n| devbox-version           | Specify devbox CLI version you want to pin to. Only supports \u003e0.2.2                   | latest                |\n| sha256-checksum          | Specify an explicit checksum for the devbox binary                                    |                       |\n| disable-nix-access-token | Disable configuration of nix access-tokens with the GitHub token used in the workflow | false                 |\n| skip-nix-installation    | Skip the installation of nix                                                          | false                 |\n| extra-nix-config         | Gets appended to `nix.conf` if passed                                                 |                       |\n\n### Example Configurations\n\nHere's an example job with most inputs:\n\n```\n- name: Install devbox\n  uses: jetify-com/devbox-install-action@v0.12.0\n  with:\n    project-path: 'path-to-folder'\n    enable-cache: 'true'\n    refresh-cli: 'false'\n    devbox-version: 0.13.4\n    disable-nix-access-token: 'false'\n    sha256-checksum: \u003cchecksum\u003e\n```\n\n#### Usage on a GitHub Enterprise Server\n\nOn a privately hosted GitHub Enterprise Server, the `github.token` available in the context is not valid for accessing `api.github.com`, \nwhich can lead to failures due to the rate-limit for unauthenticated requests. To work around this, you can provide a personal access token\nfor `api.github.com` in the `extra-nix-config` input.\nAdditionally, it might be necessary to provide a token for your GitHub Enterprise Server, if you are using Nix packages from there.\n\n```\n- name: Install devbox\n  uses: jetify-com/devbox-install-action@v0.12.0\n  with:\n    extra-nix-config: access-tokens = my-github-enterprise-server.example.com=${{ github.token }} github.com=${{ secrets.MY_GITHUB_COM_TOKEN }}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjetify-com%2Fdevbox-install-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjetify-com%2Fdevbox-install-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjetify-com%2Fdevbox-install-action/lists"}