From acbbcc7f72f9fcf0caf4b2b077d1a1aade2e1d25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cain=C3=A3=20Costa?= Date: Thu, 27 Jul 2023 10:17:59 -0300 Subject: [PATCH] chore[nix]: remove unused cargoBuildFlags We are overriding the buildPhase, so no need to have that anymore. --- flake.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/flake.nix b/flake.nix index 47d015a3..5562b7b3 100644 --- a/flake.nix +++ b/flake.nix @@ -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; };