Skip to content

Commit 1d20bf1

Browse files
Allow inspection-testing dep in nix flake
1 parent 891491d commit 1d20bf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ layers = [
66
streamly = local ./.;
77
streamly-core = local ./core;
88
streamly-benchmarks = localOpts ./benchmark
9-
["--benchmark --flag fusion-plugin"]
9+
["--benchmark --flag fusion-plugin --flag inspection"]
1010
["--flags fusion-plugin"];
1111
streamly-tests = localOpts ./test
1212
["--flag fusion-plugin"]

0 commit comments

Comments
 (0)