Nix Diff Check
Version updated for https://github.com/natsukium/nix-diff-action to version v1.1.0.
- This action is used across all versions by 11 repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The nix-diff-action GitHub Action automates the comparison of Nix derivations between base and pull request branches, leveraging the dix tool. It solves the problem of identifying differences in Nix derivations or built output paths and streamlines collaboration by posting diff results as comments on pull requests. Key capabilities include support for multiple derivations, flexible operation modes for sequential or parallel execution, and integration with Nix flakes for improved dependency management.
What’s Changed
What’s Changed
- feat: support dix –force-correctness flag by @natsukium in https://github.com/natsukium/nix-diff-action/pull/34
- feat: add HTML diff viewer artifact by @natsukium in https://github.com/natsukium/nix-diff-action/pull/35
- chore(deps): update dependency yaml to v2.8.3 by @renovate[bot] in https://github.com/natsukium/nix-diff-action/pull/40
- chore(deps): update dependency effect to v3.21.1 by @renovate[bot] in https://github.com/natsukium/nix-diff-action/pull/39
- chore(deps): update github actions packages by @renovate[bot] in https://github.com/natsukium/nix-diff-action/pull/38
- chore(deps): update devdependencies (non-major) by @renovate[bot] in https://github.com/natsukium/nix-diff-action/pull/36
Full Changelog: https://github.com/natsukium/nix-diff-action/compare/v1.0.3...v1.1.0