Files
buildx/vendor/github.com/go-viper/mapstructure/v2/devenv.nix

15 lines
117 B
Nix

{
pkgs,
...
}:
{
languages = {
go.enable = true;
};
packages = with pkgs; [
golangci-lint
];
}