Skip to content

Commit

Permalink
fix(pkgs): remove yuzu from check
Browse files Browse the repository at this point in the history
  • Loading branch information
wrvsrx committed May 5, 2024
1 parent f007a0d commit 0ed7052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ]; };
};
Expand Down

0 comments on commit 0ed7052

Please sign in to comment.