Skip to content

Commit

Permalink
chore: temporarily disable Weeder
Browse files Browse the repository at this point in the history
Weeder doesn't build with the latest `nixpkgs` pin. I don't want it to
block Wasm work, so I'm disabling it for now until I have time to look
into it.

Signed-off-by: Drew Hess <[email protected]>
  • Loading branch information
dhess committed Aug 23, 2023
1 parent bb36f57 commit aaebc1a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,9 @@
// primerFlake.packages;

checks = {
inherit weeder openapi-validate;
# Disabled, as it doesn't currently build with Nix.
#inherit weeder;
inherit openapi-validate;
inherit primer-sqitch-test-sqlite;
}

Expand Down Expand Up @@ -464,7 +466,8 @@
cabal = "latest";
hlint = "latest";

weeder = weederVersion;
# Disabled, as it doesn't currently build with Nix.
#weeder = weederVersion;

fourmolu = fourmoluVersion;

Expand Down

0 comments on commit aaebc1a

Please sign in to comment.