OSSystems Nix Actions
Version updated for https://github.com/OSSystems/nix-actions to version v1.0.5.
- This action is used across all versions by 4 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
What’s Changed
Add post-run to the update-flake action.
post-run— command run afternix flake update, before the PR is created, so its file changes (e.g. a regeneratedCargo.nix) land in the update PR commit.export-devshell—"true"loads a dev shell into the environment beforepost-run(env-export via nicknovitski/nix-develop);"false"runs in plain bash.devshell— which dev shell to export whenexport-devshellis"true"; empty uses the flake’s default.
Token safety: when post-run is set with token-owner, the GitHub App token is automatically re-minted after post-run — so a long-running post-run can’t expire the token before the PR is opened. Correct by default, with no flag to remember.