index
:
~aehlig/just-buildsystem/hello-nix.git
master
Demonstration of how to build locally with justbuild using dependencies from the nixpkgs.
Klaus Aehlig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
proto
/
example.proto
blob: 69b5953340a4f71558c3ae26a41a6b90bf7a63bd (
plain
)
1
2
3
4
5
6
7
syntax = "proto3"; package sample; message Example { string foo = 1; int32 bar = 2; }