nvfetcher: mark non-broken

This commit is contained in:
Dennis Gosnell 2023-09-24 12:02:16 -04:00
parent 0da5b5291d
commit 4fec13e832
2 changed files with 0 additions and 3 deletions

View File

@ -3766,7 +3766,6 @@ broken-packages:
- numtype # failure in job https://hydra.nixos.org/build/233219211 at 2023-09-02
- numtype-tf # failure in job https://hydra.nixos.org/build/233243483 at 2023-09-02
- Nutri # failure in job https://hydra.nixos.org/build/233244244 at 2023-09-02
- nvfetcher # failure in job https://hydra.nixos.org/build/233598212 at 2023-09-02
- NXTDSL # failure in job https://hydra.nixos.org/build/233193483 at 2023-09-02
- nylas # failure in job https://hydra.nixos.org/build/233193540 at 2023-09-02
- oanda-rest-api # failure in job https://hydra.nixos.org/build/233250190 at 2023-09-02

View File

@ -215477,10 +215477,8 @@ self: {
testToolDepends = [ hspec-discover ];
description = "Generate nix sources expr for the latest version of packages";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
mainProgram = "nvfetcher";
maintainers = [ lib.maintainers.berberman ];
broken = true;
}) {};
"nvim-hs" = callPackage