Documentation Gaps: Difference between revisions
imported>Nyarly No edit summary |
imported>Nyarly No edit summary |
||
Line 40: | Line 40: | ||
</blockquote> | </blockquote> | ||
== Tips for using nix-shell for development | == Tips for using nix-shell for development == | ||
<blockquote> | <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). | 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> |