let pkgs = import (import ./npins).nixpkgs {}; in pkgs.mkShell { packages = with pkgs; [ python3.pkgs.tftpy minicom ]; }