{ "mkShell": { "prefix": "mkshell", "body": [ "{pkgs ? import {}}:", "pkgs.mkShell {", " buildInputs = with pkgs; [", " $1", " ];", "}" ], "description": "Nix development shell" } }