From abde4e0ce3ed60f7c70ec92c7755aab7f4ea6c93 Mon Sep 17 00:00:00 2001 From: Tim Sears Date: Tue, 20 Apr 2021 14:32:55 -0700 Subject: [PATCH] Update lib.nix fix typo `trow` -> `throw` --- mach_nix/nix/lib.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mach_nix/nix/lib.nix b/mach_nix/nix/lib.nix index a9009d2..d90fbf5 100644 --- a/mach_nix/nix/lib.nix +++ b/mach_nix/nix/lib.nix @@ -73,7 +73,7 @@ rec { in if preProcessedReqs ? python then if ! isNull pyStr && pyStr != preProcessedReqs.python then - trow '' + throw '' The specified 'python' conflicts the one specified via 'requirements'. Either remove `python=` from your requirements or do not specify 'python' when importing mach-nix ''