We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2c81a2 commit 0e93a59Copy full SHA for 0e93a59
plugins/neotest/adapters.nix
@@ -48,10 +48,5 @@ let
48
};
49
in
50
{
51
- imports = (mapAttrsToList mkAdapter supportedAdapters) ++ [
52
- # TODO: Remove when https://github.com/NixOS/nixpkgs/pull/319314 reaches `nixos-unstable`
53
- (mkIf config.plugins.neotest.adapters.playwright.enable {
54
- plugins.telescope.enable = mkDefault true;
55
- })
56
- ];
+ imports = mapAttrsToList mkAdapter supportedAdapters;
57
}
0 commit comments