chore(nix/fetchGoModule): Move //users/edef/fetchGoModule to //nix

Change-Id: Ie7f52367ef91c0c8017a36c2a6c7edb06f10e57d
Reviewed-on: https://cl.tvl.fyi/c/depot/+/1589
Tested-by: BuildkiteCI
Reviewed-by: tazjin <mail@tazj.in>
This commit is contained in:
edef 2020-08-03 10:20:48 +00:00
parent 6b181d314f
commit 8d6fcbe1a5
3 changed files with 3 additions and 1 deletions

2
nix/fetchGoModule/OWNERS Normal file
View file

@ -0,0 +1,2 @@
owners:
- edef

View file

@ -2,7 +2,7 @@
let
inherit (depot.users.edef) fetchGoModule;
inherit (depot.nix) fetchGoModule;
in