Merge branch 'no-toPath'

This commit is contained in:
Shea Levy
2018-09-06 08:09:53 -04:00
11 changed files with 14 additions and 15 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ buildGoPackage rec {
-X main.version=${version}
'' ];
goDeps = ./. + builtins.toPath "/deps-${version}.nix";
goDeps = ./. + "/deps-${version}.nix";
meta = with lib; {
description = "The plugin-driven server agent for collecting & reporting metrics.";