We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34cf33a commit d2f8e46Copy full SHA for d2f8e46
1 file changed
flake.nix
@@ -85,7 +85,7 @@
85
++ (with self.packages.${system}; [ libchdb ]);
86
87
LD_LIBRARY_PATH = "${lib.makeLibraryPath buildInputs}";
88
- GOFLAGS = "-tags=chdb";
+ GOFLAGS = "-tags=chdb,test";
89
GOEXPERIMENT = "jsonv2";
90
};
91
0 commit comments