[Programs/LibreOffice] remove dead code

This commit is contained in:
Antoine Viallon 2024-08-19 09:17:07 +02:00
parent ae83529990
commit 577d77065d
Signed by: aviallon
GPG key ID: 186FC35EDEB25716

View file

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