flakecache/FlakeCache Nix Installer
Install Nix with FlakeCache binary cache - works on GitHub-hosted, self-hosted, and containers
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| extra-conf | Extra nix.conf configuration lines | no | "" |
| flakecache | Enable FlakeCache binary cache (true/false) | no | true |
| install-cli | Install FlakeCache CLI for push/pull operations | no | false |
| cli-version | FlakeCache CLI version (default: latest) | no | latest |
| extra-substituters | Additional binary cache URLs (space-separated) | no | "" |
| extra-trusted-keys | Additional trusted public keys (space-separated) | no | "" |
Outputs
| name | description |
|---|---|
| nix-path | Path to Nix binary |
| already-installed | Whether Nix was already installed |
| cli-path | Path to FlakeCache CLI (if installed) |
| flakecache-runner | Whether running on a FlakeCache managed runner |
| cache-hit | Whether cache was available (always true on FlakeCache runners) |
| cache-path | Path to Nix store for caching |