Loading pkgs/by-name/op/openapi-generator-cli/package.nix +6 −2 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ fetchFromGitHub, maven, makeWrapper, nix-update-script, }: let Loading Loading @@ -47,9 +48,12 @@ let runHook postInstall ''; passthru.tests.example = callPackage ./example.nix { passthru = { updateScript = nix-update-script { }; tests.example = callPackage ./example.nix { openapi-generator-cli = this; }; }; meta = { description = "Allows generation of API client libraries (SDK generation), server stubs and documentation automatically given an OpenAPI Spec"; Loading Loading
pkgs/by-name/op/openapi-generator-cli/package.nix +6 −2 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ fetchFromGitHub, maven, makeWrapper, nix-update-script, }: let Loading Loading @@ -47,9 +48,12 @@ let runHook postInstall ''; passthru.tests.example = callPackage ./example.nix { passthru = { updateScript = nix-update-script { }; tests.example = callPackage ./example.nix { openapi-generator-cli = this; }; }; meta = { description = "Allows generation of API client libraries (SDK generation), server stubs and documentation automatically given an OpenAPI Spec"; Loading