From 5c9f94c4ced744e29ea436bb1e1dffea8bde400c Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Mon, 8 Jul 2024 14:07:18 -0400 Subject: [PATCH] phone: Don't build unnecessary packages --- hosts/phone/configuration.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/hosts/phone/configuration.nix b/hosts/phone/configuration.nix index 3da31e7a..0ed012c4 100644 --- a/hosts/phone/configuration.nix +++ b/hosts/phone/configuration.nix @@ -26,7 +26,11 @@ in ; }; - environment.systemPackages = attrValues self.packages.${pkgs.system}; + environment.systemPackages = attrValues { + inherit (self.packages.${pkgs.system}) + webp-thumbnailer + ; + }; modules = { system = {