Release v3.15.2 (#49)

* Prepare release v3.15.2

* Update the state.json for v3.15.2

* Update README.md and action.yml for v3.15.2

* flake.lock: Update

Flake lock file updates:

• Updated input 'nixpkgs':
    '019b4613-7276-7c80-8e57-953e4698fb6e/source.tar.gz' (2025-12-21)
  → '019bdece-8709-77ea-a1d6-9d410df27131/source.tar.gz' (2026-01-20)

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2026-01-21 17:15:34 +00:00 committed by GitHub
parent 152ce8ebd8
commit 89ab342bd4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 19 additions and 13 deletions

View file

@ -22,6 +22,10 @@
"description": "Whether to make the runner user trusted by the Nix daemon",
"default": true
},
"summarize": {
"description": "Whether to add a build summary and timeline chart to the GitHub job summary",
"default": true
},
"force-no-systemd": {
"description": "Force using other methods than systemd to launch the daemon. This setting is automatically enabled when necessary.",
"required": false,
@ -68,7 +72,7 @@
"source-tag": {
"description": "The tag of `nix-installer` to use (conflicts with `source-revision`, `source-branch`, `source-pr`)",
"required": false,
"default": "v3.15.1"
"default": "v3.15.2"
},
"source-url": {
"description": "A URL pointing to a `nix-installer` executable",
@ -101,12 +105,13 @@
"using": "composite",
"steps": [
{
"uses": "DeterminateSystems/nix-installer-action@ab0a9732c6464e5bb81efb82a2103c7d98f0946f",
"uses": "DeterminateSystems/nix-installer-action@58e64ed13a4f3f90ba0cba819752b6df4b548da8",
"with": {
"extra-conf": "${{ inputs.extra-conf }}",
"github-server-url": "${{ inputs.github-server-url }}",
"github-token": "${{ inputs.github-token }}",
"trust-runner-user": "${{ inputs.trust-runner-user }}",
"summarize": "${{ inputs.summarize }}",
"force-no-systemd": "${{ inputs.force-no-systemd }}",
"init": "${{ inputs.init }}",
"kvm": "${{ inputs.kvm }}",