{ pkgs ? import { }, ... }: with pkgs; mkShell { buildInputs = [ go python3 platformio ]; # Disabling hardening is required for go debugger to work. Not needed for packaging. NIX_HARDENING_ENABLE = ""; }