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