Skip to content

Commit

Permalink
chore(fix): autowire of single crate repo
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Sep 9, 2024
1 parent b00447a commit c5c73ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/modules/default-crates.nix
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
{
${cargoToml.package.name} = {
path = lib.mkDefault src;
autoWire = true;
autoWire = [ "crate" "clippy" "doc" ];
};
};
}

0 comments on commit c5c73ff

Please sign in to comment.