feat(nix): add sqlc

This commit is contained in:
etwas 2025-04-13 13:40:11 +02:00
parent 39a870e14f
commit 6f8e3baabd
Signed by: etwas
SSH key fingerprint: SHA256:bHhIeAdn/2k9jmOs6+u6ox98VYmoHUN3HfnpV2w8Ws0

View file

@ -31,6 +31,9 @@
# https://github.com/golangci/golangci-lint
golangci-lint
# sqlc for sql code generation
sqlc
];
};
});