chore[nix]: remove unused cargoBuildFlags

We are overriding the buildPhase, so no need to have that anymore.
This commit is contained in:
Cainã Costa 2023-07-27 10:17:59 -03:00 committed by Lucas
parent 529749f204
commit acbbcc7f72
1 changed files with 0 additions and 1 deletions

View File

@ -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; };