about summary refs log tree commit diff
path: root/users/fcuny/go.nix
blob: 990b2aecff97ca3e5ebd55e952bb5094f9514520 (plain) (blame)
1
2
3
4
5
6
{
  programs.go = {
    enable = true;
    goPath = "workspace/go";
  };
}