determinatesystems/Install Determinate Nix

Install Determinate Nix. See: https://docs.determinate.systems

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
extra-confExtra configuration lines for `/etc/nix/nix.conf` (includes `access-tokens` with `secrets.GITHUB_TOKEN` automatically if `github-token` is set)no
github-server-urlThe URL for the GitHub server, to use with the `github-token` token. Defaults to the current GitHub server, supporting GitHub Enterprise Server automatically. Only change this value if the provided `github-token` is for a different GitHub server than the current server.${{ github.server_url }}
github-tokenA GitHub token for making authenticated requests (which have a higher rate-limit quota than unauthenticated requests)${{ github.token }}
trust-runner-userWhether to make the runner user trusted by the Nix daemontrue
summarizeWhether to add a build summary and timeline chart to the GitHub job summarytrue
force-no-systemdForce using other methods than systemd to launch the daemon. This setting is automatically enabled when necessary.nofalse
initThe init system to configure, requires `planner: linux-multi` (allowing the choice between `none` or `systemd`)no
kvmAutomatically configure the GitHub Actions Runner for NixOS test supports, if the host supports it.notrue
plannerA planner to useno
proxyThe proxy to use (if any), valid proxy bases are `https://$URL`, `http://$URL` and `socks5://$URL`no
reinstallForce a reinstall if an existing installation is detected (consider backing up `/nix/store`)nofalse
source-binaryRun a version of the nix-installer binary from somewhere already on disk. Conflicts with all other `source-*` options. Intended only for testing this Action.no
source-branchThe branch of `nix-installer` to use (conflicts with `source-tag`, `source-revision`, `source-pr`)no
source-prThe PR of `nix-installer` to use (conflicts with `source-tag`, `source-revision`, `source-branch`)no
source-revisionThe revision of `nix-installer` to use (conflicts with `source-tag`, `source-branch`, `source-pr`)no
source-tagThe tag of `nix-installer` to use (conflicts with `source-revision`, `source-branch`, `source-pr`)nov3.21.8
source-urlA URL pointing to a `nix-installer` executableno
source-checksums-urlURL of a `shasum`-format checksums file listing the SHA-256 of each `nix-installer-<arch>-<os>` artifact. Used together with `source-checksums-sha256` to verify the downloaded installer. no
source-checksums-sha256Pinned SHA-256 (hex) of the file served at `source-checksums-url`. Must be set together with `source-checksums-url`. no
backtraceThe setting for `RUST_BACKTRACE` (see https://doc.rust-lang.org/std/backtrace/index.html#environment-variables)no
diagnostic-endpointDiagnostic endpoint url where the installer sends data to. To disable set this to an empty string.no-
log-directivesA list of Tracing directives, comma separated, `-`s replaced with `_` (eg. `nix_installer=trace`, see https://docs.rs/tracing-subscriber/latest/tracing_subscriber/filter/struct.EnvFilter.html#directives)no
loggerThe logger to use for install (eg. `pretty`, `json`, `full`, `compact`)no
_internal-strict-modeWhether to fail when any errors are thrown. Used only to test the Action; do not set this in your own workflows.nofalse

no outputs