Skip to content

Commit

Permalink
fix(nix): capitalise preferWheels
Browse files Browse the repository at this point in the history
  • Loading branch information
afermg committed Mar 21, 2024
1 parent e38e402 commit c7dc5bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ let
in
poetry2nix.mkPoetryEnv {
projectDir = ./.;
preferwheels = true; # todo use overrides to fix this
preferWheels = true; # todo use overrides to fix this
# it has to do with the maturin rust dependencies
}

0 comments on commit c7dc5bb

Please sign in to comment.