sqlc: Eliminate use of with

This commit is contained in:
adisbladis 2022-08-09 15:45:53 +08:00
parent d7cfb2ce9a
commit 5e3486c15c

View file

@ -19,10 +19,10 @@ buildGoModule {
subPackages = [ "cmd/sqlc" ]; subPackages = [ "cmd/sqlc" ];
meta = with lib; { meta = {
description = "Generate type-safe code from SQL"; description = "Generate type-safe code from SQL";
homepage = "https://sqlc.dev/"; homepage = "https://sqlc.dev/";
license = licenses.mit; license = lib.licenses.mit;
maintainers = [ maintainers.adisbladis ]; maintainers = [ lib.maintainers.adisbladis ];
}; };
} }