user-local config.nix path fixed in docs

This commit is contained in:
Dmitry Vyal
2017-05-27 13:33:22 +03:00
parent f06f4a0728
commit 0f86046db5
2 changed files with 3 additions and 3 deletions

View File

@@ -710,7 +710,7 @@ nix-env -if build.nix
```
Now you can use the Python interpreter, as well as the extra packages that you added to the environment.
#### Environment defined in `~/.nixpkgs/config.nix`
#### Environment defined in `~/.config/nixpkgs/config.nix`
If you prefer to, you could also add the environment as a package override to the Nixpkgs set.
```nix