From c7dc5bb9d055deea72f174c18003fd40d35dbf94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Al=C3=A1n=20F=2E=20Mu=C3=B1oz?= Date: Thu, 21 Mar 2024 09:41:54 -0400 Subject: [PATCH] fix(nix): capitalise preferWheels --- default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.nix b/default.nix index f332bba..18bb1a4 100644 --- a/default.nix +++ b/default.nix @@ -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 }