elmPackages.elm-graphql: init at 4.3.1

This commit is contained in:
PedroHLC ☭ 2023-10-26 16:41:25 -03:00
parent 75a52265bd
commit bd5e6f0a79
No known key found for this signature in database
GPG Key ID: DF4C6898CBDC6DF5
3 changed files with 602 additions and 292 deletions

View File

@ -197,6 +197,15 @@ in lib.makeScope pkgs.newScope (self: with self; {
};
};
elm-graphql =
nodePkgs."@dillonkearns/elm-graphql" // {
meta = with lib; nodePkgs."@dillonkearns/elm-graphql".meta // {
description = " Autogenerate type-safe GraphQL queries in Elm.";
license = licenses.bsd3;
maintainers = [ maintainers.pedrohlc ];
};
};
elm-review =
nodePkgs.elm-review // {
meta = with lib; nodePkgs.elm-review.meta // {

View File

@ -13,5 +13,6 @@
"elm-optimize-level-2",
"elm-pages",
"elm-review",
"elm-git-install"
"elm-git-install",
"@dillonkearns/elm-graphql"
]

File diff suppressed because it is too large Load Diff