docs: fix error in nix expression

wip/yesman
Silvan Mosberger 7 years ago
parent e619ace733
commit dcf651b468
No known key found for this signature in database
GPG Key ID: 9424360B4B85C9E7
  1. 2
      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 <nixpkgs>;
with import <nixpkgs> {};
with pkgs.python35Packages;
buildPythonPackage rec {

Loading…
Cancel
Save