{ config, pkgs, pkgs-unstable, ... }: { programs.go = { enable = true; package = pkgs-unstable.go; }; }