From 187ef433fa04c95f4c719fc21cb877aec7957a9c Mon Sep 17 00:00:00 2001 From: Christopher Harrison Date: Mon, 20 Jan 2025 11:09:50 +0000 Subject: [PATCH] Remove WASM-based checks from flake --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index f3493874..aa6bef76 100644 --- a/flake.nix +++ b/flake.nix @@ -106,7 +106,7 @@ }); checks = forAllSystems ({ system, pkgs, topiaryPkgs, ... }: { - inherit (topiaryPkgs) clippy clippy-wasm fmt topiary-core topiary-playground audit benchmark; + inherit (topiaryPkgs) clippy/* clippy-wasm */ fmt topiary-core/* topiary-playground */ audit benchmark; topiary-cli = self.packages.${system}.topiary-cli; ## Check that the `lib.pre-commit-hook` output builds/evaluates