Overlays: Difference between revisions

Separate python overlay args from nixpkgs overlay args
Cdro (talk | contribs)
(One intermediate revision by one other user not shown)
Line 255: Line 255:
=== Overriding a package inside an extensible attribute set ===
=== Overriding a package inside an extensible attribute set ===


Here is an example of adding plugins to `vimPlugins`.
Here is an example of adding plugins to <code>vimPlugins</code>.
<syntaxhighlight lang="nix">
<syntaxhighlight lang="nix">
final: prev: {
final: prev: {
Line 404: Line 404:
* [https://blog.flyingcircus.io/2017/11/07/nixos-the-dos-and-donts-of-nixpkgs-overlays/ Blog post "The DOs and DON’Ts of nixpkgs overlays"]
* [https://blog.flyingcircus.io/2017/11/07/nixos-the-dos-and-donts-of-nixpkgs-overlays/ Blog post "The DOs and DON’Ts of nixpkgs overlays"]
* [https://www.youtube.com/watch?v=s2fkgkN55vk&list=PLgknCdxP89ReD6gxl755B6G_CI65z4J2e Nixpkgs Overlays – A place for all excluded packages] - Talk by Nicolas B. Pierron at NixCon 2017
* [https://www.youtube.com/watch?v=s2fkgkN55vk&list=PLgknCdxP89ReD6gxl755B6G_CI65z4J2e Nixpkgs Overlays – A place for all excluded packages] - Talk by Nicolas B. Pierron at NixCon 2017
* [[Nixpkgs/Patching Nixpkgs]]


==== References ====
==== References ====