home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 104e71f75a4c1ee40b45af83761ac9004ddc9373
parent da984a8e3a88062dad45d1ece68a847e481cd15f
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Fri, 13 Mar 2020 11:41:36 +0100

dev.go: move vndr to a nr

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mmodules/profiles/dev.go.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/profiles/dev.go.nix b/modules/profiles/dev.go.nix @@ -27,7 +27,6 @@ in go-symbols delve # vendoring tools - vndr dep nur.repos.vdemeester.dep-collector # misc @@ -42,6 +41,7 @@ in xdg.configFile."nr/go" = { text = builtins.toJSON [ {cmd = "pprof"; chan = "unstable";} + {cmd = "vndr"; chan = "unstable";} {cmd = "go2nix"; } {cmd = "dep2nix"; } ];