{ pkgs ? import { } }: with pkgs; mkShell { packages = [ neovim ]; }