mirror of
https://github.com/nix-community/noogle.git
synced 2024-11-25 23:02:21 +03:00
add pkgs.testers
This commit is contained in:
parent
3a25c38360
commit
2ebe83c06b
@ -33,6 +33,7 @@ let
|
||||
dhallPackages = collectFns pkgs.dhallPackages { initialPath = [ "pkgs" "dhallPackages" ]; ignores = [ "lib" ]; };
|
||||
|
||||
beamPackages = collectFns pkgs.beamPackages { initialPath = [ "pkgs" "beamPackages" ]; };
|
||||
testers = collectFns pkgs.testers { initialPath = [ "pkgs" "testers" ]; };
|
||||
|
||||
dotnetCorePackages = collectFns pkgs.dotnetCorePackages { initialPath = [ "pkgs" "dotnetCorePackages" ]; };
|
||||
emacsPackages = collectFns pkgs.emacsPackages { initialPath = [ "pkgs" "emacsPackages" ]; };
|
||||
|
@ -88,7 +88,7 @@ export const PositionLink = ({
|
||||
</Button>
|
||||
</Link>
|
||||
)}
|
||||
{!contentPosition && (
|
||||
{!content?.content && (
|
||||
<Box sx={{ display: "flex", alignItems: "center" }}>
|
||||
{attr_position && (
|
||||
<Link
|
||||
|
Loading…
Reference in New Issue
Block a user