refactor(nix): keep Nix for tooling, packaging, and NixOS service support #217
Labels
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Blocks
Depends on
#218 chore(ci): run PR checks as parallel just-based Forgejo jobs
Slipstream/auto_review
#219 refactor(release): remove official Docker image build outputs
Slipstream/auto_review
#216 chore(dev): add just as the canonical check interface
Slipstream/auto_review
Reference
Slipstream/auto_review#217
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Goal
Simplify
flake.nixso Nix is no longer the CI orchestration layer, while preserving the parts that are valuable: dev-shell provisioning, production package assembly, embedded OCI rootfs/runtime packaging, and NixOS service installation.Implements the retained-Nix boundary from ADR-0018.
Scope
devShells.default.auto-reviewpackage.checkswhose purpose was to makenix flake checkrun the full CI gate.Acceptance Criteria
nix developstill provides the development tool environment.nix build .still produces the productionauto-reviewpackage.auto-review gateway.Verification
nix developnix build .just ciDependencies
Blocked by #216.