refactor(nix): keep checks to retained boundaries #225
No reviewers
Labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Slipstream/auto_review!225
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "issue-217-retain-nix-boundary"
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?
Closes #217.
Summary
cargo-fmt,cargo-clippy,cargo-nextest,cargo-deny) fromflake.nixchecksflake.nixchecksVerification
nix develop --command truenix eval --json .#checks.x86_64-linux --apply builtins.attrNamesnix build .nix build .#checks.x86_64-linux.auto-review-nixos-module-contractnix build .#checks.x86_64-linux.ar-gateway-embedded-oci-config-contract .#checks.x86_64-linux.ar-gateway-embedded-oci-rootfs-contents .#checks.x86_64-linux.auto-review-packaged-gateway-launcher-contractnix develop --command just ciThe PR refactors
flake.nixby removing routine CI checks and Docker/image-oriented checks, retaining only Nix-owned package and module checks. This change appears safe to merge, provided thejustworkflow is correctly configured to handle the removed checks.Walkthrough
cargo-fmt,cargo-clippy,cargo-nextest,cargo-deny) fromflake.nix.flake.nix.