From 6f8e3baabdcea4c63f03af87822a50efca157f52 Mon Sep 17 00:00:00 2001 From: etwas Date: Sun, 13 Apr 2025 13:40:11 +0200 Subject: [PATCH] feat(nix): add sqlc --- flake.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/flake.nix b/flake.nix index a11693f..672ea07 100644 --- a/flake.nix +++ b/flake.nix @@ -31,6 +31,9 @@ # https://github.com/golangci/golangci-lint golangci-lint + + # sqlc for sql code generation + sqlc ]; }; });