Nix Diff Check
Version updated for https://github.com/natsukium/nix-diff-action to version v1.0.2.
- This action is used across all versions by 3 repositories.
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, posting detailed diff results as PR comments. It supports multiple derivations, various operation modes (including full, diff-only, and comment-only), and can compare derivation files or built outputs. This action simplifies identifying changes in Nix configurations, streamlining code review and validation processes for projects using Nix flakes.
Release notes
What’s Changed
- fix: resolve symlinks in temp path for macOS compatibility by @natsukium in https://github.com/natsukium/nix-diff-action/pull/10
Full Changelog: https://github.com/natsukium/nix-diff-action/compare/v1.0.1...v1.0.2