fix: commit openapi conf

This commit is contained in:
2025-03-13 05:07:34 -04:00
parent 4e9a3de12a
commit f2267d1e24
3 changed files with 335 additions and 3 deletions

View File

@ -19,7 +19,7 @@
config.allowUnfree = true;
};
protoc-gen-connect-openapi = pkgs.buildGoModule rec {
protoc-gen-connect-openapi = pkgs.buildGoModule {
name = "protoc-gen-connect-openapi";
src = pkgs.fetchFromGitHub {
owner = "sudorandom";