mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-04 00:45:39 +02:00
phone: Don't build unnecessary packages
This commit is contained in:
parent
837b37d834
commit
5c9f94c4ce
@ -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 = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user