You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17Lines changed: 17 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,8 @@ This flake provides `protoc-gen-swift` and `protoc-gen-grpc-swift` packages for
29
29
30
30
## Develop
31
31
32
+
### build
33
+
32
34
`nix build .` builds `protoc-gen-swift` by default. Run `nix build .#protoc-gen-swift` and `nix build .#protoc-gen-grpc-swift` to build each package.
33
35
34
36
Derivations under `protoc-gen-swift/` and `protoc-gen-grpc-swift/` can be built by `nix-build` command. They have default grpc-swift source, but they are supposed to be used for debug purpose.
@@ -38,3 +40,18 @@ cd protoc-gen-swift
38
40
nix-build .
39
41
```
40
42
43
+
### swiftpm2nix
44
+
45
+
Files under grpc-swift-src/swiftpm2nix are generated by the following steps.
0 commit comments