Skip to content

Commit

Permalink
Include .cargo to prevent full rebuilds of dependencies during output…
Browse files Browse the repository at this point in the history
… derivation build
  • Loading branch information
w4 committed Jan 6, 2025
1 parent 7e5fe37 commit 2fb8895
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
src = pkgs.lib.fileset.toSource {
root = ./.;
fileset = pkgs.lib.fileset.unions [
./.cargo
./Cargo.toml
./Cargo.lock
./tree-sitter-grammar-repository
Expand Down

0 comments on commit 2fb8895

Please sign in to comment.