Skip to content

Commit

Permalink
chore: add a default priority to cabal2nix which ensures it runs af…
Browse files Browse the repository at this point in the history
…ter `hpack`
  • Loading branch information
rsrohitsingh682 committed Dec 14, 2024
1 parent c2b3567 commit 2c69d71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/hooks.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2038,6 +2038,7 @@ in
package = tools.cabal2nix-dir;
entry = "${hooks.cabal2nix.package}/bin/cabal2nix-dir";
files = "\\.cabal$";
after = [ "hpack" ];
};
cargo-check =
{
Expand Down

0 comments on commit 2c69d71

Please sign in to comment.