home

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

commit 3cf4ab613b991ca0a80a364d416fe4673dcb550e
parent fbf43d05a307e60cdc53c86f1f1d944c1a241561
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Thu, 11 Oct 2018 18:57:56 +0200

overlays: fix conmon 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 @@ -3,7 +3,7 @@ self: super: ape = import ../pkgs/ape { inherit (self) stdenv lib buildGoPackage fetchFromGitHub; }; - conmon = import ./conmon { + conmon = import ../pkgs/conmon { inherit (self) stdenv lib fetchFromGitHub makeWrapper pkgconfig libtool gcc glib; }; dobi = import ../pkgs/dobi {