Skip to content

Commit

Permalink
Update python.md
Browse files Browse the repository at this point in the history
  • Loading branch information
qknight committed Mar 10, 2017
1 parent e1fe2a8 commit d138b77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/languages-frameworks/python.md
Expand Up @@ -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-servr` package somewhere, for example in `systemPackages` or 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.
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.

## Contributing

Expand Down

0 comments on commit d138b77

Please sign in to comment.