1
1
Fork 0

nix: fix fprintd build

Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
Myned 2024-09-15 19:15:21 -05:00
parent 6e2981cf22
commit f91525ee20
Signed by: myned
GPG key ID: C7224454F7881A34

View file

@ -52,6 +52,10 @@
#?? nixpkgs.BRANCH.PACKAGE #?? nixpkgs.BRANCH.PACKAGE
inherit stable unstable staging-next; inherit stable unstable staging-next;
# BUG: Build tests often fail on unstable
# https://github.com/NixOS/nixpkgs/issues/333946
fprintd = stable.fprintd;
# Hypr* # Hypr*
hypridle = inputs.hypridle.packages.${prev.system}.default; hypridle = inputs.hypridle.packages.${prev.system}.default;
hyprland = inputs.hyprland.packages.${prev.system}.default; hyprland = inputs.hyprland.packages.${prev.system}.default;