diff options
| author | Joachim Schiele <js@lastlog.de> | 2017-03-10 11:22:17 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-10 11:22:17 +0100 |
| commit | 49f5ebb2bac94173d1efd66556a90c53e558f279 (patch) | |
| tree | bf7504da9a5dbd43cbbb6fe718fd42b6e887cced | |
| parent | Update python.md (diff) | |
| download | nixpkgs-origin/qknight-overrideAttrs.tar.gz | |
Update python.mdorigin/qknight-overrideAttrs
| -rw-r--r-- | doc/languages-frameworks/python.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/languages-frameworks/python.md b/doc/languages-frameworks/python.md index eecdfa718da2..cbb979e87881 100644 --- a/doc/languages-frameworks/python.md +++ b/doc/languages-frameworks/python.md @@ -917,7 +917,7 @@ If you need to change a package's attribute(s) from `configuration.nix` you coul }; ``` -If you are using the `bepasty-server` package somewhere, for example in `systemPackages` or indirectly from `services.bepasty`, then a `nixos-rebuild switch` will rebuild the system but with the `bepasty-server` package using a different `src` attribute. This way one can modify python software easily. Using `self` and `super` one can also change dependencies when overriding libraries which have mutual dependencies between your changes and the original nixpkgs state. +If you are using the `bepasty-server` package somewhere, for example in `systemPackages` or indirectly from `services.bepasty`, then a `nixos-rebuild switch` will rebuild the system but with the `bepasty-server` package using a different `src` attribute. This way one can modify `python` based software/libraries easily. Using `self` and `super` one can also alter dependencies (`buildInputs`) between the old state (`self`) and new state (`super`). ## Contributing |
