From dcf651b468fc960d381033743302c1ddcd85a826 Mon Sep 17 00:00:00 2001 From: Silvan Mosberger Date: Sun, 6 Aug 2017 10:18:36 +0200 Subject: [PATCH] docs: fix error in nix expression --- doc/languages-frameworks/python.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/languages-frameworks/python.md b/doc/languages-frameworks/python.md index 3c9df2e6e82..6f09962094d 100644 --- a/doc/languages-frameworks/python.md +++ b/doc/languages-frameworks/python.md @@ -340,7 +340,7 @@ other packages we like to have in the environment, all specified with `propagate Indeed, we can just add any package we like to have in our environment to `propagatedBuildInputs`. ```nix -with import ; +with import {}; with pkgs.python35Packages; buildPythonPackage rec {