Formatting

This commit is contained in:
Aleksandr Lebedev 2025-11-28 16:48:54 +01:00
parent f18a3e31d4
commit e04b85ae01

View file

@ -12,13 +12,13 @@
... ...
}: }:
with lib; with lib;
with lib.custom; with lib.custom; let
let kodi-with-addons = pkgs.kodi-wayland.withPackages (kodiPkgs:
kodi-with-addons = pkgs.kodi-wayland.withPackages (kodiPkgs: with kodiPkgs; [ with kodiPkgs; [
inputstream-adaptive inputstream-adaptive
bluetooth-manager bluetooth-manager
]); ]);
in{ in {
facter.reportPath = facter.reportPath =
if (builtins.pathExists ./facter.json) if (builtins.pathExists ./facter.json)
then ./facter.json then ./facter.json