From 08e7c777c9d47544113787b575d9263f4ba61727 Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Sun, 27 Oct 2024 04:00:18 +0100 Subject: [PATCH] Improve nix development environment (#4256) --- flake.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/flake.nix b/flake.nix index 79068d9aa..188c47524 100644 --- a/flake.nix +++ b/flake.nix @@ -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";