🏡 index : ~doyle/rgit.git

author Jordan Doyle <jordan@doyle.la> 2025-01-07 0:55:15.0 +07:00:00
committer Jordan Doyle <jordan@doyle.la> 2025-01-07 0:55:15.0 +07:00:00
commit
2fb889596b2995501ec407d053b229b97da80ee1 [patch]
tree
1e7a7cabf755fd123378e08ac1734b9b6b82b6e2
parent
7e5fe37798ae2c577359029af9077e4fc1f3366e
download
2fb889596b2995501ec407d053b229b97da80ee1.tar.gz

Include .cargo to prevent full rebuilds of dependencies during output derivation build



Diff

 flake.nix | 1 +
 1 file changed, 1 insertion(+)

diff --git a/flake.nix b/flake.nix
index 2322e97..61b751e 100644
--- a/flake.nix
+++ a/flake.nix
@@ -48,6 +48,7 @@
          src = pkgs.lib.fileset.toSource {
            root = ./.;
            fileset = pkgs.lib.fileset.unions [
              ./.cargo
              ./Cargo.toml
              ./Cargo.lock
              ./tree-sitter-grammar-repository