{ pkgs ? import {} }: pkgs.mkShell { NIX_HARDENING_ENABLE = ""; nativeBuildInputs = with pkgs.buildPackages; [ go nodejs ]; }