[Programs/LibreOffice] remove dead code

This commit is contained in:
Antoine Viallon 2024-08-19 09:17:07 +02:00
parent 6f248184c9
commit 999f6d1185
No known key found for this signature in database
GPG key ID: 955188C241E23A20

View file

@ -2,11 +2,6 @@
with lib; with lib;
let let
cfg = config.aviallon.programs.libreoffice; cfg = config.aviallon.programs.libreoffice;
toStringOrFunc = x:
if isFunction x
then "<function>"
else (builtins.toJSON x)
;
applyOverrides = overrides: pkg: pipe pkg overrides; applyOverrides = overrides: pkg: pipe pkg overrides;
in { in {