mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[Programs/LibreOffice] remove dead code
This commit is contained in:
parent
ae83529990
commit
577d77065d
1 changed files with 0 additions and 5 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue