determinate-nix-action/tools
github-actions[bot] 9adf02b41c
Release v3.21.1 (#67)
* Prepare release v3.21.1

* Update the state.json for v3.21.1

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

* flake.lock: Update

Flake lock file updates:

• Updated input 'nixpkgs':
    'https://api.flakehub.com/f/pinned/NixOS/nixpkgs/0.1.1002845%2Brev-f83fc3c307e74bc5fd5adb7eb6b8b13ffd2a36e1/019e50ff-852f-75f3-83b7-9b2faf16fe0c/source.tar.gz' (2026-05-21)
  → 'https://api.flakehub.com/f/pinned/NixOS/nixpkgs/0.1.1011622%2Brev-a799d3e3886da994fa307f817a6bc705ae538eeb/019ea4be-9303-7001-8232-6b7ec45c4f5b/source.tar.gz' (2026-06-06)

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-06-08 22:05:24 +00:00
..
generate.py Update the action generator: summarize is a new field 2026-01-21 12:08:05 -05:00
generate.sh Initial commit 2025-05-14 17:20:48 -04:00
README.md Initial commit 2025-05-14 17:20:48 -04:00
README.template.md Enforce sentence case in README 2025-05-16 12:39:52 -04:00
state.json Release v3.21.1 (#67) 2026-06-08 22:05:24 +00:00
update-state.sh Initial commit 2025-05-14 17:20:48 -04:00

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