Skip to content

Commit

Permalink
ass assigner app
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyMlashkin committed Sep 16, 2024
1 parent 2969b3e commit 05099d6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -216,13 +216,17 @@
default = all-gcc;
};
apps = {
assigner = {
type = "app";
program = "${self.packages.${system}.evm-assigner}/bin/assigner/assigner";
};
single-threaded = {
type = "app";
program = "${self.packages.${system}.proof-producer}/bin/proof-producer-single-threaded";
};
default = {
type = "app";
program = "${self.packages.${system}.default}/bin/proof-producer-multi-threaded";
program = "${self.packages.${system}.proof-producer}/bin/proof-producer-multi-threaded";
};
};
}));
Expand Down

0 comments on commit 05099d6

Please sign in to comment.