Skip to content

Commit

Permalink
fix(rust.nix): update regex pattern to match kimchi_bindings instead …
Browse files Browse the repository at this point in the history
…of kimchi in source path to correctly locate the wasm source files
  • Loading branch information
MartinMinkov committed Jan 9, 2024
1 parent 9e7a789 commit 90f1531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/rust.nix
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ in
pname = "plonk_wasm";
version = "0.1.0";
src = final.lib.sourceByRegex ../src [
"^lib(/crypto(/kimchi(/wasm(/.*)?)?)?)?$"
"^lib(/crypto(/kimchi_bindings(/wasm(/.*)?)?)?)?$"
"^lib(/crypto(/proof-systems(/.*)?)?)?$"
];
sourceRoot = "source/lib/crypto/kimchi_bindings/wasm";
Expand Down

0 comments on commit 90f1531

Please sign in to comment.