atomicloud/Setup AtomiCloud CI Nix
Setup AtomiCloud CI Nix (Compatible with Namespace)
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 8, 2026
- License
- None
Pinned Snippet
uses: atomicloud/actions.setup-nix@f77589cb31718d72d6585a75acfffc11ea2cc80e # v3.3.2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| namespacelabs | Using Namespace Lab's runners | — | true |
| darwin-cache-path | Mount path for the Namespace cache volume used as a file:// binary cache on macOS | — | /tmp/nix-cache |
| checkout | Whether to checkout the repository | — | true |
| short-length | length for short values | — | 7 |
| auth-bot-app-id | App Id for auth bot | — | "" |
| auth-bot-secret-key | Private key for auth bot | — | "" |
| attic | Configure attic as a substituter. Reads need no token (the cache is public); pushes additionally require attic-token. | — | true |
| attic-user | Local server alias used by `attic login` | — | primordial |
| attic-url | Pull URL (Cloudflare-proxied; NARs are edge-cached) | — | https://attic.primordial.atomi.cloud |
| attic-push-url | Push URL (DNS-only, bypasses the Cloudflare 100MB request-body limit that 413s large NAR uploads) | — | https://attic-direct.primordial.atomi.cloud |
| attic-public-key | Public key for attic | — | primordial:puK/sRe9wgfcreXNCR+rym2gwLuICwIWyAwTSG9ctkU= |
| attic-cache | Attic cache name | — | primordial |
| attic-token | Token for attic | — | "" |
Outputs
no outputs