From 0ed705278d1fb1bdd305a710ea0666c6ccfa70a8 Mon Sep 17 00:00:00 2001 From: wrvsrx Date: Sun, 5 May 2024 12:18:37 +0800 Subject: [PATCH] fix(pkgs): remove yuzu from check --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 8779f95..8317950 100644 --- a/flake.nix +++ b/flake.nix @@ -100,7 +100,7 @@ overlays = [ inputs.pnpm2nix-nzbr.overlays.default ]; }; packages = pkgs-to-packages pkgs; - checks = builtins.removeAttrs packages [ "suyu" ]; + checks = builtins.removeAttrs packages [ "yuzu" ]; formatter = pkgs.nixfmt-rfc-style; devShells.default = pkgs.mkShell { nativeBuildInputs = [ pkgs.nvfetcher ]; }; };