Skip to content

Commit a03f8c8

Browse files
committed
fix: nix-shel arguments
1 parent 01d2bad commit a03f8c8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

shell.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
with-blackfire ? false,
44
with-xdebug ? false,
55
with-pcov ? !with-blackfire,
6-
with-pg-query-ext ? true,
7-
with-arrow-ext ? true,
6+
with-pg-query-ext ? !with-c,
7+
with-arrow-ext ? !with-rust,
88
with-c ? false,
99
with-rust ? false,
1010
with-terraform ? false,

0 commit comments

Comments
 (0)