Documentation Gaps: Difference between revisions
imported>Nyarly No edit summary |
imported>CMCDragonkai m Added some documentation gaps that I think exists. |
||
| Line 45: | Line 45: | ||
mkShell is like stdenv.mkDerivationto dedicated for shell.nix. It adds one more feature where multiple package build inputs can all be merged together. This is useful when developing in a repo that has multiple packages (micro-services). | mkShell is like stdenv.mkDerivationto dedicated for shell.nix. It adds one more feature where multiple package build inputs can all be merged together. This is useful when developing in a repo that has multiple packages (micro-services). | ||
</blockquote> | </blockquote> | ||
== The structure and placement of nixpkgs == | |||
Basically something that documents what all the directories mean and where things are placed and how they are structured and why. | |||
== A list of all the trivial builders and build support == | |||
And an explanation of what they do and what they are used for. | |||