# -*- mode: snippet -*- # name: shell # key: __shell # -- { pkgs ? import {}, ... }: pkgs.mkShell { packages = with pkgs; [ $1 ]; }