mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-18 14:36:30 +00:00
Improve nix development environment (#4256)
This commit is contained in:
parent
a45ff8a779
commit
08e7c777c9
1 changed files with 4 additions and 0 deletions
|
@ -34,6 +34,10 @@
|
|||
go-mockery
|
||||
protobuf
|
||||
sqlite
|
||||
go-swag # for generate-swagger
|
||||
addlicense
|
||||
protoc-gen-go
|
||||
protoc-gen-go-grpc
|
||||
];
|
||||
CFLAGS = "-I${pkgs.glibc.dev}/include";
|
||||
LDFLAGS = "-L${pkgs.glibc}/lib";
|
||||
|
|
Loading…
Reference in a new issue