Skip to content

Commit

Permalink
don't use default app
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyMlashkin committed Sep 17, 2024
1 parent 865de58 commit 97ca784
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@
type = "app";
program = "${self.packages.${system}.proof-producer}/bin/proof-producer-single-threaded";
};
default = {
multi-threaded = {
type = "app";
program = "${self.packages.${system}.proof-producer}/bin/proof-producer-multi-threaded";
};
Expand Down
2 changes: 1 addition & 1 deletion proof-producer/tests/make_proof_for_pairs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ make_proof_for_pair() {
if [ "$use_nix" = true ]; then
proof_generator_binary="nix run ${script_dir}/..?submodules=1#single-threaded --"
if [ "$use_multithreaded" = true ]; then
proof_generator_binary="nix run ${script_dir}/..?submodules=1# --"
proof_generator_binary="nix run ${script_dir}/..?submodules=1#multi-threaded --"
fi
else
proof_generator_binary="${script_dir}/../build/bin/proof-generator/proof-generator-single-threaded"
Expand Down

0 comments on commit 97ca784

Please sign in to comment.