Skip to content

Commit

Permalink
feat: use correct package when building
Browse files Browse the repository at this point in the history
  • Loading branch information
cfcosta committed Jul 24, 2023
1 parent 11771a9 commit 6bcaa29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@

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 6bcaa29

Please sign in to comment.