mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-26 03:41:01 +00:00
parent
40b496f13b
commit
90f519caf3
2 changed files with 4 additions and 3 deletions
|
@ -20,11 +20,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1717974879,
|
"lastModified": 1720542800,
|
||||||
"narHash": "sha256-GTO3C88+5DX171F/gVS3Qga/hOs/eRMxPFpiHq2t+D8=",
|
"narHash": "sha256-ZgnNHuKV6h2+fQ5LuqnUaqZey1Lqqt5dTUAiAnqH0QQ=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "c7b821ba2e1e635ba5a76d299af62821cbcb09f3",
|
"rev": "feb2849fdeb70028c70d73b848214b00d324a497",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -31,6 +31,7 @@
|
||||||
golangci-lint
|
golangci-lint
|
||||||
go-mockery
|
go-mockery
|
||||||
protobuf
|
protobuf
|
||||||
|
sqlite
|
||||||
];
|
];
|
||||||
CFLAGS = "-I${pkgs.glibc.dev}/include";
|
CFLAGS = "-I${pkgs.glibc.dev}/include";
|
||||||
LDFLAGS = "-L${pkgs.glibc}/lib";
|
LDFLAGS = "-L${pkgs.glibc}/lib";
|
||||||
|
|
Loading…
Reference in a new issue