Fix flake add sqlite (#3890)

Adds sqlite to the nix flake
This commit is contained in:
6543
2024-07-12 09:37:02 -07:00
committed by GitHub
parent 40b496f13b
commit 90f519caf3
2 changed files with 4 additions and 3 deletions

View File

@@ -31,6 +31,7 @@
golangci-lint
go-mockery
protobuf
sqlite
];
CFLAGS = "-I${pkgs.glibc.dev}/include";
LDFLAGS = "-L${pkgs.glibc}/lib";