{ pkgs, selfPkgs, ... }: { default = pkgs.mkShellNoCC { inputsFrom = [ selfPkgs.local-content ]; packages = with pkgs; [ go shellcheck ]; }; }