phone: Don't build unnecessary packages

This commit is contained in:
Donovan Glover 2024-07-08 14:07:18 -04:00
parent 837b37d834
commit 5c9f94c4ce
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -26,7 +26,11 @@ in
; ;
}; };
environment.systemPackages = attrValues self.packages.${pkgs.system}; environment.systemPackages = attrValues {
inherit (self.packages.${pkgs.system})
webp-thumbnailer
;
};
modules = { modules = {
system = { system = {