-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: use custom devShell to avoid rebuilds on source changes
It's rebuilding because we're using IFD to build the Cargo.nix, which is an input to the Centipede package. Maybe this can be fixed by only using ./Cargo.lock as an input to the generatedCargoNix call?
- Loading branch information
1 parent
1c85aca
commit 894999e
Showing
2 changed files
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
builds: | ||
include: | ||
- packages.*.* | ||
- checks.*.* | ||
- checks.*.* | ||
- devShell.* |