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