mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
Python docs: fix nix-shell example
This commit is contained in:
parent
0e58684c41
commit
aa2326682c
@ -134,7 +134,7 @@ with
|
||||
```nix
|
||||
with import <nixpkgs> {};
|
||||
|
||||
python35.withPackages (ps: [ps.numpy ps.toolz])
|
||||
python35.withPackages (ps: [ps.numpy ps.toolz]).nix
|
||||
```
|
||||
Executing `nix-shell` gives you again a Nix shell from which you can run Python.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user