diff --git a/pkgs/by-name/ge/get-graphql-schema/package.nix b/pkgs/by-name/ge/get-graphql-schema/package.nix index 99eb68f11360..aa863642f494 100644 --- a/pkgs/by-name/ge/get-graphql-schema/package.nix +++ b/pkgs/by-name/ge/get-graphql-schema/package.nix @@ -7,6 +7,7 @@ yarnConfigHook, yarnBuildHook, npmHooks, + nix-update-script, }: stdenv.mkDerivation (finalAttrs: { pname = "get-graphql-schema"; @@ -31,6 +32,8 @@ stdenv.mkDerivation (finalAttrs: { nodejs ]; + passthru.updateScript = nix-update-script { }; + meta = { description = "Fetch and print the GraphQL schema from a GraphQL HTTP endpoint"; homepage = "https://github.com/prisma-labs/get-graphql-schema";