From f91525ee206f27b8da544eb80ffeb9c3f7334d14 Mon Sep 17 00:00:00 2001 From: Myned Date: Sun, 15 Sep 2024 19:15:21 -0500 Subject: [PATCH] nix: fix fprintd build Signed-off-by: Myned --- configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configuration.nix b/configuration.nix index eeba9c8..3035bbf 100644 --- a/configuration.nix +++ b/configuration.nix @@ -52,6 +52,10 @@ #?? nixpkgs.BRANCH.PACKAGE inherit stable unstable staging-next; + # BUG: Build tests often fail on unstable + # https://github.com/NixOS/nixpkgs/issues/333946 + fprintd = stable.fprintd; + # Hypr* hypridle = inputs.hypridle.packages.${prev.system}.default; hyprland = inputs.hyprland.packages.${prev.system}.default;