{ mkShell , mkGoEnv , gomod2nix , gopls }: let goEnv = mkGoEnv { pwd = ./.; }; in mkShell { packages = [ goEnv gopls gomod2nix ]; }