Skip to content

Commit 490651f

Browse files
committed
fixup! tools: add some options and comments to shell.nix
1 parent e72ecf6 commit 490651f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/nix/sharedLibDeps.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
pkgs ? import ./pkgs.nix { },
3-
withSqlite ? true,
3+
withSQLite ? true,
44
withSsl ? true,
55
withTemporal ? false,
66
}:
@@ -30,7 +30,7 @@
3030
];
3131
};
3232
}
33-
// (pkgs.lib.optionalAttrs withSqlite {
33+
// (pkgs.lib.optionalAttrs withSQLite {
3434
inherit (pkgs) sqlite;
3535
})
3636
// (pkgs.lib.optionalAttrs withSsl {

0 commit comments

Comments
 (0)