chore: clean up some packaging code

This commit is contained in:
matt1432 2025-03-22 16:02:57 -04:00
parent 6b3a78c5cf
commit 8720d95e76
7 changed files with 35 additions and 26 deletions
packages/homepage

View file

@ -1,6 +1,4 @@
{
# params
enableLocalIcons ? true,
# nix build inputs
lib,
stdenv,
@ -10,6 +8,8 @@
# deps
nodejs,
pnpm,
# params
enableLocalIcons ? true,
...
}: let
inherit (lib) getExe optionalString;