feedbackd: enable strictDeps

This commit is contained in:
Luflosi 2025-05-25 17:18:24 +02:00
parent bdac72d387
commit a554b067fe
No known key found for this signature in database
GPG key ID: 743C5DD6900A1FF0

View file

@ -111,6 +111,8 @@ stdenv.mkDerivation (finalAttrs: {
updateScript = nix-update-script { };
};
strictDeps = true;
meta = with lib; {
description = "Daemon to provide haptic (and later more) feedback on events";
homepage = "https://source.puri.sm/Librem5/feedbackd";