nix: fix fprintd build
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
6e2981cf22
commit
f91525ee20
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue