{ pkgs ? import { } }: with pkgs; mkShell rec { packages = [ inkscape python3 ]; }