Documentation Gaps: Difference between revisions

imported>Fadenb
m replace html entities
imported>Nyarly
No edit summary
Line 38: Line 38:


<blockquote>'''Answer:''' There is an open [https://github.com/NixOS/nixpkgs/pull/10851/ pull request] and [https://theshortlog.com/2016/10/01/Nix-security-updates-update/ blog article] to implement security updates
<blockquote>'''Answer:''' There is an open [https://github.com/NixOS/nixpkgs/pull/10851/ pull request] and [https://theshortlog.com/2016/10/01/Nix-security-updates-update/ blog article] to implement security updates
</blockquote>
== Tips for using nix-shell for development
<blockquote>
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>