{ pkgs ? import { }, }: pkgs.mkShell { packages = with pkgs; [ nixd nixfmt-rfc-style ]; }