mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 02:44:30 +00:00
elmPackages.elm-graphql: init at 4.3.1
This commit is contained in:
parent
75a52265bd
commit
bd5e6f0a79
@ -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 // {
|
||||
|
@ -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
Loading…
Reference in New Issue
Block a user