ryanccn/attic-action
Cache Nix derivations with Attic
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| endpoint | Attic endpoint | yes | — |
| cache | Attic cache name | yes | — |
| inputs-from | Path to get the Nixpkgs flake input from instead of `github:NixOS/nixpkgs/nixpkgs-unstable` | no | — |
| include-paths | Regular expressions for matching paths to include when pushing (delimited by newlines) | no | — |
| exclude-paths | Regular expressions for matching paths to exclude when pushing (delimited by newlines) | no | — |
| push-args | Additional command-line arguments to pass to `attic push` | no | — |
| skip-push | Disable pushing to the cache automatically | no | — |
| token | Attic authorization token | no | — |
| skip-use | Set to true to skip using Attic cache as a substituter | no | — |
| __internal-dry-run | Skip steps that require interacting with an actual Attic server | no | — |
Outputs
no outputs