From e7de89e06aad3ccb83eb4085be82449d8f81f56c Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Wed, 4 Aug 2021 17:49:09 +0300 Subject: chore(3p/nixpkgs): Bump nixpkgs channels to 2021-08-04 I used //tools/depot-nixpkgs-update for this - thanks again, sterni! Included fixes: * temporary workaround for building notmuch python package, fixed in upstream already (but channel hasn't advanced there) * Disable fprintd in grfn.system.yeren, as the fprintd-tod package currently has a version mismatch in nixpkgs Co-authored-by: Griffin Smith Change-Id: If6d71b08ace9db57daadfe3b69b9cd4aec6a5a4e Reviewed-on: https://cl.tvl.fyi/c/depot/+/3274 Reviewed-by: grfn Reviewed-by: tazjin Reviewed-by: sterni Tested-by: BuildkiteCI --- users/grfn/system/system/machines/yeren.nix | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'users/grfn/system/system/machines/yeren.nix') diff --git a/users/grfn/system/system/machines/yeren.nix b/users/grfn/system/system/machines/yeren.nix index 7d4a215d1d..125700c0a2 100644 --- a/users/grfn/system/system/machines/yeren.nix +++ b/users/grfn/system/system/machines/yeren.nix @@ -90,10 +90,11 @@ intel-media-driver ]; - services.fprintd = { - enable = true; - package = pkgs.fprintd-tod; - }; + # Disabled for now until libfprint-tod can get a version bump + # services.fprintd = { + # enable = true; + # package = pkgs.fprintd-tod; + # }; systemd.services.fprintd.environment.FP_TOD_DRIVERS_DIR = "${pkgs.libfprint-2-tod1-goodix}/usr/lib/libfprint-2/tod-1"; -- cgit 1.4.1