{ pkgs ? import { } }: pkgs.mkShell { packages = with pkgs; [ debootstrap ansible ansible-lint gparted ]; }