Skip to content

Commit

Permalink
Do not expose GOROOT
Browse files Browse the repository at this point in the history
Requires shell session restart between golang updates.
  • Loading branch information
simonswine committed Mar 6, 2024
1 parent cfc8424 commit 13ff9c9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions home-manager/modules/dev-golang.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ in

config = mkIf cfg.enable (mkMerge [
{
home.sessionVariables = {
GOROOT = "${cfg.package}/share/go";
};

# install core golang dev packages
home.packages = with pkgs; [
cfg.delvePackage
Expand Down

0 comments on commit 13ff9c9

Please sign in to comment.