dreadbox/Dreadbox Nix Setup
Sets up GitHub App auth, Nix, and FlakeHub cache. Use this as a setup step in any job that needs Nix with private dreadbox flake access.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| app-id | GitHub App ID (pass secrets.APP_ID) | yes | — |
| app-private-key | GitHub App private key (pass secrets.APP_PRIVATE_KEY) | yes | — |
| extra-nix-conf | Extra Nix configuration lines passed to Determinate Nix | no | "" |
Outputs
| name | description |
|---|---|
| token | The generated GitHub App token |