config/pkgs/weather/default.nix

7 lines
91 B
Nix

{ buildGoModule }:
buildGoModule {
name = "weather";
src = ./.;
vendorHash = null;
}