Skip to content

Commit

Permalink
Make flake check removal more explicit (#844)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xophmeister authored Jan 21, 2025
1 parent d37732c commit 9e4270c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,11 @@
});

checks = forAllSystems ({ system, pkgs, topiaryPkgs, ... }: {
inherit (topiaryPkgs) clippy/* clippy-wasm */ fmt topiary-core/* topiary-playground */ audit benchmark;
# NOTE: The following checks have been removed as WASM
# and playground development has moved to the playground branch:
# - clippy-wasm
# - topiary-playground
inherit (topiaryPkgs) clippy fmt topiary-core audit benchmark;
topiary-cli = self.packages.${system}.topiary-cli;

## Check that the `lib.pre-commit-hook` output builds/evaluates
Expand Down

0 comments on commit 9e4270c

Please sign in to comment.