chore: update flake.lock

This commit is contained in:
matt1432 2024-03-28 13:10:05 -04:00
parent 681a5c77af
commit 7540add6ee
7 changed files with 67 additions and 58 deletions
common/overlays

View file

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

View file

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