dotfiles/home/features/cli/extras/go.nix

6 lines
88 B
Nix

{ pkgs, lib, ... }: {
programs.go = {
enable = true;
package = pkgs.go;
};
}