rewrite weather in go
This commit is contained in:
6
pkgs/weather/default.nix
Normal file
6
pkgs/weather/default.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{ buildGoModule }:
|
||||
buildGoModule {
|
||||
name = "weather";
|
||||
src = ./.;
|
||||
vendorHash = null;
|
||||
}
|
||||
Reference in New Issue
Block a user