chore: update flake.lock

This commit is contained in:
matt1432 2024-03-22 21:10:11 -04:00
parent e503bd47dd
commit 3a54b5f005
7 changed files with 68 additions and 58 deletions
common/overlays

View file

@ -1,5 +1,6 @@
{nixpkgs-wayland, ...} @ inputs: [
(import ./dracula-theme inputs)
(import ./fprintd)
(import ./squeekboard)
nixpkgs-wayland.overlay

View file

@ -0,0 +1,9 @@
final: prev: {
# FIXME: https://github.com/NixOS/nixpkgs/issues/298150
fprintd = prev.fprintd.overrideAttrs (_: {
mesonCheckFlags = [
"--no-suite"
"fprintd:TestPamFprintd"
];
});
}