mirror of
https://github.com/DeterminateSystems/determinate-nix-action.git
synced 2026-05-27 16:43:54 +00:00
* 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':
'https://api.flakehub.com/f/pinned/NixOS/nixpkgs/0.1.914755%2Brev-a6531044f6d0bef691ea18d4d4ce44d0daa6e816/019b4613-7276-7c80-8e57-953e4698fb6e/source.tar.gz' (2025-12-21)
→ 'https://api.flakehub.com/f/pinned/NixOS/nixpkgs/0.1.930839%2Brev-80e4adbcf8992d3fd27ad4964fbb84907f9478b0/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>
|
||
|---|---|---|
| .. | ||
| generate.py | ||
| generate.sh | ||
| README.md | ||
| README.template.md | ||
| state.json | ||
| update-state.sh | ||
Regenerate the readme:
./tools/update-state.sh <determinate-nixd version, like v3.5.2>
./tools/generate.sh
Before committing, lint your code:
ruff format
ruff check
shellcheck ./tools/*.sh