onsails/Setup Nix with Devenv
Install Determinate Nix, FlakeHub Cache, and Devenv with optional additional profiles
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| additionalProfiles | Additional Nix profiles to install (space-separated, e.g., "nixpkgs#sccache nixpkgs#cachix") | no | "" |
| additionalUnfreeProfiles | Additional unfree Nix profiles to install (space-separated, e.g., "nixpkgs#terraform nixpkgs#claude-code") | no | "" |
| nix-extra-conf | Additional Nix configuration options | no | lazy-trees = true http-connections = 64 max-substitution-jobs = 64 fsync-metadata = false show-trace = true max-silent-time = 900 |
| wb-snapshot | Enable WarpBuild snapshot creation (opt-in) | no | false |
| impatient-networking | Enable aggressive timeout and retry settings for faster CI (opt-out, enabled by default) | no | true |
| use-gha-cache | Enable GitHub Actions cache for FlakeHub Cache | no | false |
Outputs
no outputs