home

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

commit ff8610001dee97d53cf854f8f7d1e1674965252b
parent d6877f643d8c76ec5f6d62972cd1a6fa91cbfb28
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Sun,  3 Jan 2021 08:59:54 +0100

packages: fix bus/bekind path

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

Diffstat:
Mnix/packages/default.nix | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/nix/packages/default.nix b/nix/packages/default.nix @@ -35,8 +35,8 @@ rec { scripts = pkgs.callPackage ./my/scripts { }; vrsync = pkgs.callPackage ./my/vrsync { }; vde-thinkpad = pkgs.callPackage ./my/vde-thinkpad { }; - bus = pkgs.callPackage ../tools/bus { }; - bekind = pkgs.callPackage ../tools/bekind { }; + bus = pkgs.callPackage ../../tools/bus { }; + bekind = pkgs.callPackage ../../tools/bekind { }; # Mine ape = pkgs.callPackage ./ape { };