home

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

commit 351d22cc22b3d027bdf2c5efafbe1d4d6e09de49
parent 45cfcf7cfb0d48b4bab55d556bfd03aacf6e0762
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Tue, 25 Sep 2018 10:18:41 +0200

Fix gogo-protobuf path

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

Diffstat:
Moverlays/sbr.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/overlays/sbr.nix b/overlays/sbr.nix @@ -9,7 +9,7 @@ self: super: protobuild = import ../pkgs/protobuild { inherit (self) stdenv lib buildGoPackage fetchgit; }; - gogo-protobuf = import ./gogo-protobuf { + gogo-protobuf = import ../pkgs/gogo-protobuf { inherit (self) stdenv lib buildGoPackage fetchgit; }; scripts = import ../pkgs/scripts {