Overlays is a way to extend Nixpkgs in a format which can easily be shared, imported and combined. An overlay can add or override packages, like any user could do before with packageOverrides.
An example of overlay is the rust overlay provided in the nixpkgs-mozilla[1] repository, which package all latest versions of the rust compiler[2].
3 comments
[ 3.3 ms ] story [ 20.5 ms ] thread* Nix packages can be extended via overlays https://nixos.org/nixpkgs/manual/#sec-overlays-install
* GCC = 5.4.0, systemd = 232. Linux kernel = 4.9
* Packages in nixpkgs can be marked as insecure through listed vulnerabilities
An example of overlay is the rust overlay provided in the nixpkgs-mozilla[1] repository, which package all latest versions of the rust compiler[2].
[1] https://github.com/mozilla/nixpkgs-mozilla [2] https://github.com/mozilla/nixpkgs-mozilla/blob/master/rust-...