snippet shell nix-shell { pkgs ? import {} }: pkgs.mkShell { buildInputs = with pkgs; [ $1 ]; }