1 { lib, bundlerApp, bundlerUpdateScript }:
9 passthru.updateScript = bundlerUpdateScript "sqlint";
12 description = "Simple SQL linter";
13 homepage = "https://github.com/purcell/sqlint";
14 license = licenses.mit;
15 maintainers = with maintainers; [ ariutta nicknovitski purcell ];
16 platforms = platforms.unix;