ci: verify Nix package builds #4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "ci/nix-package-verification-main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds a visibility-first Forgejo Actions workflow for the Nix package.
The job checks out the exact revision for each event, verifies the committed flake inputs without changing the lockfile, builds
.#cute-code, and runsnix flake check.This workflow is intentionally advisory: it reports regressions without becoming a merge requirement unless maintainers later opt into branch protection.