Print fingers
Some checks failed
/ check (push) Failing after 1m59s

This commit is contained in:
Daniel Flanagan 2025-02-10 20:23:26 -06:00
parent 800f9e81d3
commit 2290389cea

View file

@ -241,14 +241,14 @@
};
services.fprintd = {
enable = false;
enable = true;
package = pkgs.fprintd.overrideAttrs {
# Source: https://github.com/NixOS/nixpkgs/commit/87ca2dc071581aea0e691c730d6844f1beb07c9f
mesonCheckFlags = [
# PAM related checks are timing out
"--no-suite"
"fprintd:TestPamFprintd"
];
# mesonCheckFlags = [
# PAM related checks are timing out
# "--no-suite"
# "fprintd:TestPamFprintd"
# ];
};
};