chore[nix]: remove unused cargoBuildFlags
We are overriding the buildPhase, so no need to have that anymore.
This commit is contained in:
parent
529749f204
commit
acbbcc7f72
|
@ -27,7 +27,6 @@
|
||||||
|
|
||||||
buildInputs = with pkgs; [ openssl ] ++ osxDependencies;
|
buildInputs = with pkgs; [ openssl ] ++ osxDependencies;
|
||||||
nativeBuildInputs = with pkgs; [ pkg-config openssl.dev ];
|
nativeBuildInputs = with pkgs; [ pkg-config openssl.dev ];
|
||||||
cargoBuildFlags = [ "--package aiken" ];
|
|
||||||
|
|
||||||
src = pkgs.lib.cleanSourceWith { src = self; };
|
src = pkgs.lib.cleanSourceWith { src = self; };
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue