Skip to content

Commit 2c69d71

Browse files
committed
chore: add a default priority to cabal2nix which ensures it runs after hpack
1 parent c2b3567 commit 2c69d71

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/hooks.nix

+1
Original file line numberDiff line numberDiff line change
@@ -2038,6 +2038,7 @@ in
20382038
package = tools.cabal2nix-dir;
20392039
entry = "${hooks.cabal2nix.package}/bin/cabal2nix-dir";
20402040
files = "\\.cabal$";
2041+
after = [ "hpack" ];
20412042
};
20422043
cargo-check =
20432044
{

0 commit comments

Comments
 (0)