Talk:Overlays: Difference between revisions
imported>Toraritte Created page with "== TODOs == * the rust manual link is not valid and the Rust nightly overlay points to Mozilla's nixpkgs fork (from @fricklerhandwerk on Matrix) --~~~~" |
imported>Danidiaz About the use of "rec" in some examples. |
||
Line 1: | Line 1: | ||
== TODOs == | == TODOs == | ||
* the rust manual link is not valid and the Rust nightly overlay points to Mozilla's nixpkgs fork (from @fricklerhandwerk on Matrix) --[[User:Toraritte|Toraritte]] ([[User talk:Toraritte|talk]]) 14:50, 3 August 2022 (UTC) | * the rust manual link is not valid and the Rust nightly overlay points to Mozilla's nixpkgs fork (from @fricklerhandwerk on Matrix) --[[User:Toraritte|Toraritte]] ([[User talk:Toraritte|talk]]) 14:50, 3 August 2022 (UTC) | ||
* The Python Packages Overlay uses a recursive set, and "pythonPackages = python.pkgs;" instead of "pythonPackages = self.python.pkgs;" Doesn't that mean that if a later overlay further modifies the "python" key, then " pythonPackages = python.pkgs;" will still see the earlier version? About the dangers of "rec" in overlays: https://www.youtube.com/watch?v=W85mF1zWA2o&t=681s |