{ pkgs ? import {} }: pkgs.mkShell { nativeBuildInputs = with pkgs; [ bashInteractive go delve gnupg utillinux nix golangci-lint ]; # delve does not compile with hardening enabled hardeningDisable = [ "all" ]; }