From 49f5ebb2bac94173d1efd66556a90c53e558f279 Mon Sep 17 00:00:00 2001 From: Joachim Schiele Date: Fri, 10 Mar 2017 11:22:17 +0100 Subject: Update python.md --- 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 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 -- cgit v1.2.3