<makefu>
wiki-todo: move the "packaging binaries" text from the FAQ to a dedicated article. give one example for setting up an fhsuserenv which actually starts the executable when you write $ tool-name
<Mic92>
the ironic thing about the 'rust overlay' is, that its is not a overlay exactly.
uwx-100 has quit [(Ping timeout: 240 seconds)]
<samueldr>
Mic92: care to explain, I'm still confused about the overlays
<samueldr>
I think I have an overlay working for my own use
<samueldr>
but I'm not sure whether I'm using the feature as intended
<Mic92>
samueldr: an overlay is a function that takes two parameters (self: super:) and returns a package set which get merged in to nixpkgs. Self reference to the package set after the overlay has been applied and super is the package set before the overlay was applied
<Mic92>
wiki-todo: definition of overlay: an overlay is a function that takes two parameters (self: super:) and returns a package set which get merged in to nixpkgs. Self reference to the package set after the overlay has been applied and super is the package set before the overlay was applied (add example)