{"id":16754315,"url":"https://github.com/purplenoodlesoop/nix-act","last_synced_at":"2026-07-13T17:31:41.911Z","repository":{"id":238725017,"uuid":"797372610","full_name":"purplenoodlesoop/nix-act","owner":"purplenoodlesoop","description":null,"archived":false,"fork":false,"pushed_at":"2024-05-07T17:52:13.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-23T19:39:27.399Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Nix","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/purplenoodlesoop.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2024-05-07T17:46:46.000Z","updated_at":"2025-02-19T04:42:42.000Z","dependencies_parsed_at":"2024-05-07T18:56:38.953Z","dependency_job_id":"d2567c17-3401-4186-a2a4-ae449b8147f5","html_url":"https://github.com/purplenoodlesoop/nix-act","commit_stats":null,"previous_names":["purplenoodlesoop/nix-act"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/purplenoodlesoop/nix-act","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/purplenoodlesoop%2Fnix-act","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/purplenoodlesoop%2Fnix-act/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/purplenoodlesoop%2Fnix-act/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/purplenoodlesoop%2Fnix-act/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/purplenoodlesoop","download_url":"https://codeload.github.com/purplenoodlesoop/nix-act/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/purplenoodlesoop%2Fnix-act/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35430964,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-13T02:00:06.543Z","response_time":119,"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-10-13T03:04:33.532Z","updated_at":"2026-07-13T17:31:41.876Z","avatar_url":"https://github.com/purplenoodlesoop.png","language":"Nix","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nix-act\n\nThis GitHub Action is designed to streamline the setup process for Nix environments in your CI workflows. It performs the following tasks:\n- Checks out your repository.\n- Installs Nix.\n- Connects to a predefined Nix binary cache.\n- Enters a specified Nix development environment.\n\n## Usage\n\nTo use this action in your GitHub workflows, follow these steps:\n\n### 1. Add the Action to Your Workflow\n\nYou can include this action in a job of your GitHub Actions workflow by referencing it with the purplenoodlesoop/nix-act@master syntax. Here is an example on how to use it:\n\n```yaml\njobs:\n  build:\n    runs-on: ubuntu-latest\n    steps:\n      - name: Setup Nix and Environment\n        uses: purplenoodlesoop/nix-act@master\n        with:\n          environment: 'publish'\n```\n\n### Inputs\n\nThis action supports the following input:\n\n- `environment`: **Required**. The Nix environment to set up. This is typically a flake attribute, such as `publish` in the example above.\n\n### Example Workflow\n\nBelow is a complete example of a workflow using the nix-act:\n\n```yaml\nname: Build and Deploy\non: [push]\n\njobs:\n  deploy:\n    runs-on: ubuntu-latest\n    steps:\n      - name: Setup Nix and Environment\n        uses: your-username/nix-setup-and-cache-action@v1\n        with:\n          environment: 'publish'\n      - name: Build site\n        run: nix build .#site\n      - name: Publish to Cloudflare Pages\n        uses: another-action/cloudflare-pages@v1\n        with:\n          some-param: value\n```\n\n## Contributions\n\nContributions to this GitHub Action are welcome. You can contribute by:\n- Reporting issues\n- Suggesting new features or improvements\n- Submitting pull requests to propose changes\n\n## License\n\nThe scripts and documentation in this project are released under the [MIT License](LICENSE).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpurplenoodlesoop%2Fnix-act","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpurplenoodlesoop%2Fnix-act","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpurplenoodlesoop%2Fnix-act/lists"}