lol

doc: fix typo

+2 -2
+2 -2
doc/shell.md
··· 1 1 --- 2 - title: stdenv.mkShell 2 + title: pkgs.mkShell 3 3 author: zimbatm 4 4 date: 2017-10-30 5 5 --- 6 6 7 - stdenv.mkShell is a special kind of derivation that is only useful when using 7 + pkgs.mkShell is a special kind of derivation that is only useful when using 8 8 it combined with nix-shell. It will in fact fail to instantiate when invoked 9 9 with nix-build. 10 10