actions-marketplace-validations/Nix Quick Install

Quickly installs Nix in unprivileged single-user mode

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Sep 24, 2025
License
Apache 2.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/nixbuild_nix-quick-install-action@c57091870f58910a7aef53a0b0a99f6ba568aa6f # no releases — HEAD as of 2026-07-13

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
nix_versionThe version of Nix that should be installed If not specified, the latest stable Nix release is used. Note that each release of nix-quick-install-action has a specific set of supported Nix versions, which do not change. You can check what Nix versions are supported by the version of nix-quick-install-action you're using by going to https://github.com/nixbuild/nix-quick-install-action/releases yes2.29.2
nix_confIf set, this configuration is written to XDG_CONFIG_HOME/nix/nix.conf, which is read by Nix. See https://nixos.org/manual/nix/stable/command-ref/conf-file.html for information on what settings that are available. Make sure the settings you define are supported by the Nix version you're using. no
github_access_tokenConfigure Nix to use the specified token when fetching from GitHub. ${{ github.token }}
nix_on_tmpfsInstalls /nix on a tmpfs mount. This can make Nix operations faster, but you risk running out of memory if your Nix store grows to big. Only enable this if you're absolutely sure the size of your Nix store (and database, logs etc) will be considerably less than the available memory. This option does nothing on MacOS runners. yesfalse
nix_archives_urlDon't use. For bootstrapping purposes only. no
enable_kvmEnable KVM for hardware-accelerated virtualization on Linux, if available.notrue

no outputs