flake: add lean devShells.ci for sandbox linting #15
No reviewers
Labels
No labels
in-review
ready-for-agent
ready-for-human
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
weiwen/evie!15
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "sandcastle/issue-9"
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?
Extract
ciBuildInputs(rustToolchain, just, openssl, pkg-config) from the default devShell and expose them asdevShells.ci, giving CI/sandbox linting a minimal shell without heavier dev dependencies (rust-analyzer, cargo-watch, pi, nodejs). The default devShell now usesciBuildInputs ++ [...]to stay consistent.Closes #9