Skip to content

Commit

Permalink
chore[nix]: remove unused cargoBuildFlags
Browse files Browse the repository at this point in the history
We are overriding the buildPhase, so no need to have that anymore.
  • Loading branch information
cfcosta authored and rvcas committed Jul 27, 2023
1 parent 529749f commit acbbcc7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@

buildInputs = with pkgs; [ openssl ] ++ osxDependencies;
nativeBuildInputs = with pkgs; [ pkg-config openssl.dev ];
cargoBuildFlags = [ "--package aiken" ];

src = pkgs.lib.cleanSourceWith { src = self; };

Expand Down

0 comments on commit acbbcc7

Please sign in to comment.