Loading pkgs/by-name/gr/graphqurl/package.nix +12 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,9 @@ lib, buildNpmPackage, fetchFromGitHub, nix-update-script, testers, graphqurl, }: buildNpmPackage rec { Loading @@ -19,6 +22,15 @@ buildNpmPackage rec { dontNpmBuild = true; passthru = { updateScript = nix-update-script { }; tests = { graphqurl-version = testers.testVersion { package = graphqurl; }; }; }; meta = { description = "CLI and JS library for making GraphQL queries"; homepage = "https://github.com/hasura/graphqurl"; Loading Loading
pkgs/by-name/gr/graphqurl/package.nix +12 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,9 @@ lib, buildNpmPackage, fetchFromGitHub, nix-update-script, testers, graphqurl, }: buildNpmPackage rec { Loading @@ -19,6 +22,15 @@ buildNpmPackage rec { dontNpmBuild = true; passthru = { updateScript = nix-update-script { }; tests = { graphqurl-version = testers.testVersion { package = graphqurl; }; }; }; meta = { description = "CLI and JS library for making GraphQL queries"; homepage = "https://github.com/hasura/graphqurl"; Loading