{ pkgs ? import { }, }: pkgs.mkShell { nativeBuildInputs = with pkgs; [ nixos-generators ]; } # vim: ts=2 sw=2 et