Skip to content

Commit 1d699fc

Browse files
Release v3.15.1 (#47)
* Prepare release v3.15.1 * Update the state.json for v3.15.1 * Update README.md and action.yml for v3.15.1 * flake.lock: Update Flake lock file updates: • Updated input 'nixpkgs': 'https://api.flakehub.com/f/pinned/NixOS/nixpkgs/0.1.913595%2Brev-c6245e83d836d0433170a16eb185cefe0572f8b8/019b38ed-77a4-7329-b290-49e4d1914b8c/source.tar.gz' (2025-12-18) → 'https://api.flakehub.com/f/pinned/NixOS/nixpkgs/0.1.914755%2Brev-a6531044f6d0bef691ea18d4d4ce44d0daa6e816/019b4613-7276-7c80-8e57-953e4698fb6e/source.tar.gz' (2025-12-21) --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 95732e9 commit 1d699fc

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
contents: read
5454
steps:
5555
- uses: actions/checkout@v6.0.1
56-
- uses: DeterminateSystems/determinate-nix-action@main # or v3.15.0 to pin to a release
56+
- uses: DeterminateSystems/determinate-nix-action@main # or v3.15.1 to pin to a release
5757
- run: nix build .
5858
```
5959
@@ -67,10 +67,10 @@ jobs:
6767
Unlike `DeterminateSystems/nix-installer-action`, we fully support explicit version pinning for maximum consistency.
6868
This Action is **automatically tagged** for every Determinate Nix release, giving you complete control over your CI environment:
6969

70-
📍 Pinning to `DeterminateSystems/determinate-nix-action@v3.15.0` guarantees:
70+
📍 Pinning to `DeterminateSystems/determinate-nix-action@v3.15.1` guarantees:
7171

7272
- Same `nix-installer-action` revision every time
73-
- Consistent Determinate Nix v3.15.0 installation
73+
- Consistent Determinate Nix v3.15.1 installation
7474
- Reproducible CI workflows, even years later
7575

7676
✨ Using `@main` instead? You'll:
@@ -112,7 +112,7 @@ updates:
112112
| `source-branch` | The branch of `nix-installer` to use (conflicts with `source-tag`, `source-revision`, `source-pr`) | | |
113113
| `source-pr` | The PR of `nix-installer` to use (conflicts with `source-tag`, `source-revision`, `source-branch`) | | |
114114
| `source-revision` | The revision of `nix-installer` to use (conflicts with `source-tag`, `source-branch`, `source-pr`) | | |
115-
| `source-tag` | The tag of `nix-installer` to use (conflicts with `source-revision`, `source-branch`, `source-pr`) | | `v3.15.0` |
115+
| `source-tag` | The tag of `nix-installer` to use (conflicts with `source-revision`, `source-branch`, `source-pr`) | | `v3.15.1` |
116116
| `source-url` | A URL pointing to a `nix-installer` executable | | |
117117
| `backtrace` | The setting for `RUST_BACKTRACE` (see https://doc.rust-lang.org/std/backtrace/index.html#environment-variables) | | |
118118
| `diagnostic-endpoint` | Diagnostic endpoint url where the installer sends data to. To disable set this to an empty string. | | `-` |

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"source-tag": {
6969
"description": "The tag of `nix-installer` to use (conflicts with `source-revision`, `source-branch`, `source-pr`)",
7070
"required": false,
71-
"default": "v3.15.0"
71+
"default": "v3.15.1"
7272
},
7373
"source-url": {
7474
"description": "A URL pointing to a `nix-installer` executable",

flake.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/state.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"nix_installer_action_revision": "ab0a9732c6464e5bb81efb82a2103c7d98f0946f",
3-
"determinate_nix_tag": "v3.15.0",
3+
"determinate_nix_tag": "v3.15.1",
44
"checkout_action_tag": "v6.0.1"
55
}

0 commit comments

Comments
 (0)