{ pkgs ? import { } }: with pkgs; mkShell { packages = [ rnix-lsp nixpkgs-fmt ]; }