Skip to content

Commit

Permalink
Add back cargo-deny
Browse files Browse the repository at this point in the history
  • Loading branch information
w4 committed Jan 7, 2025
1 parent bf3350b commit 7c5c909
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 @@ -75,6 +75,7 @@
clippy = craneLib.cargoClippy buildArgs;
doc = craneLib.cargoDoc buildArgs;
audit = craneLib.cargoAudit { inherit advisory-db; src = cargoOnlySrc; };
deny = craneLib.cargoDeny { src = cargoOnlySrc; };
test = craneLib.cargoNextest (buildArgs // {
partitions = 1;
partitionType = "count";
Expand Down

0 comments on commit 7c5c909

Please sign in to comment.