Skip to content

Commit

Permalink
hoho
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmitry-lahoda committed Nov 16, 2023
1 parent fffcf34 commit 3e312b3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -106,13 +106,13 @@
formatter = pkgs.alejandra;
packages = rec {
inherit cw-mantis-order;
mantis-node = rust.buildPackage {
mantis = rust.buildPackage {
src = rust-src;
pname = "mantis-node";
name = "mantis-node";
cargoBuildCommand = "cargo build --release --package mantis-node --bin mantis";
pname = "mantis";
name = "mantis";
cargoBuildCommand = "cargo build --release --bin mantis";
};
default = mantis-node;
default = mantis;
ci = pkgs.writeShellApplication {
name = "nix-build-all";
runtimeInputs = [
Expand Down

0 comments on commit 3e312b3

Please sign in to comment.