From 70c6ca87ff8655d3c66788dabb6deefc1aa2c5d3 Mon Sep 17 00:00:00 2001
From: Roel de Cort <63876068+dc-tec@users.noreply.github.com>
Date: Mon, 2 Jun 2025 17:28:14 +0200
Subject: [PATCH] chore(deps): update determinatesystems/nix-installer-action
action to v17 (#93)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
|
[DeterminateSystems/nix-installer-action](https://redirect.github.com/DeterminateSystems/nix-installer-action)
| action | major | `v16` -> `v17` |
---
### Release Notes
DeterminateSystems/nix-installer-action
(DeterminateSystems/nix-installer-action)
###
[`v17`](https://redirect.github.com/DeterminateSystems/nix-installer-action/releases/tag/v17)
[Compare
Source](https://redirect.github.com/DeterminateSystems/nix-installer-action/compare/v16...v17)
##### What's Changed
- Annotate hash mismatches when Determinate features are enabled by
[@gustavderdrache](https://redirect.github.com/gustavderdrache)
in
[https://github.com/DeterminateSystems/nix-installer-action/pull/158](https://redirect.github.com/DeterminateSystems/nix-installer-action/pull/158)
- Summarize the build timeline by
[@grahamc](https://redirect.github.com/grahamc) in
[https://github.com/DeterminateSystems/nix-installer-action/pull/165](https://redirect.github.com/DeterminateSystems/nix-installer-action/pull/165)
- Don't blow the limits of summaries, by not printing logs if it blows
the limit by [@grahamc](https://redirect.github.com/grahamc) in
[https://github.com/DeterminateSystems/nix-installer-action/pull/168](https://redirect.github.com/DeterminateSystems/nix-installer-action/pull/168)
- Show diagnostics for FlakeHub login issues by
[@gustavderdrache](https://redirect.github.com/gustavderdrache)
in
[https://github.com/DeterminateSystems/nix-installer-action/pull/169](https://redirect.github.com/DeterminateSystems/nix-installer-action/pull/169)
- chore: detect existing `nix` installations by
[@dpc](https://redirect.github.com/dpc) in
[https://github.com/DeterminateSystems/nix-installer-action/pull/139](https://redirect.github.com/DeterminateSystems/nix-installer-action/pull/139)
- Check whether the current user has access to KVM before attempting to
add udev rule by
[@JTKBowers](https://redirect.github.com/JTKBowers) in
[https://github.com/DeterminateSystems/nix-installer-action/pull/141](https://redirect.github.com/DeterminateSystems/nix-installer-action/pull/141)
##### New Contributors
- [@gustavderdrache](https://redirect.github.com/gustavderdrache)
made their first contribution in
[https://github.com/DeterminateSystems/nix-installer-action/pull/158](https://redirect.github.com/DeterminateSystems/nix-installer-action/pull/158)
- [@dpc](https://redirect.github.com/dpc) made their first
contribution in
[https://github.com/DeterminateSystems/nix-installer-action/pull/139](https://redirect.github.com/DeterminateSystems/nix-installer-action/pull/139)
- [@JTKBowers](https://redirect.github.com/JTKBowers) made their
first contribution in
[https://github.com/DeterminateSystems/nix-installer-action/pull/141](https://redirect.github.com/DeterminateSystems/nix-installer-action/pull/141)
**Full Changelog**:
https://github.com/DeterminateSystems/nix-installer-action/compare/v16...v17
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
â™» **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).
Co-authored-by: Renovate Bot
---
.github/workflows/update-flake.yaml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/update-flake.yaml b/.github/workflows/update-flake.yaml
index 9c429b7..01a8d77 100644
--- a/.github/workflows/update-flake.yaml
+++ b/.github/workflows/update-flake.yaml
@@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v4
- name: Install Nix
- uses: DeterminateSystems/nix-installer-action@v16
+ uses: DeterminateSystems/nix-installer-action@v17
- name: Check for Updates
id: check_updates
@@ -74,7 +74,7 @@ jobs:
ref: update_flake_lock_action
- name: Install Nix
- uses: DeterminateSystems/nix-installer-action@v16
+ uses: DeterminateSystems/nix-installer-action@v17
- name: Build and Test Configuration
id: build