Skip to content

Commit

Permalink
fixup! fix deps in nix
Browse files Browse the repository at this point in the history
  • Loading branch information
fanshi1028 committed Jul 4, 2024
1 parent 3f8e73a commit 65c1c57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
monad-metrics = markUnbroken hsuper.monad-metrics;
scotty = hsuper.scotty_0_22;
wai-middleware-metrics = dontCheck hsuper.wai-middleware-metrics;
warp = hsuper.warp_3_4_1;
warp = dontCheck hsuper.warp_3_4_1;
auto-update = hsuper.auto-update_0_2_0;
http2 = hsuper.http2_5_2_1;
time-manager = hsuper.time-manager_0_1_0;
Expand Down

0 comments on commit 65c1c57

Please sign in to comment.