Formatting
This commit is contained in:
parent
f18a3e31d4
commit
e04b85ae01
1 changed files with 7 additions and 7 deletions
|
|
@ -12,13 +12,13 @@
|
|||
...
|
||||
}:
|
||||
with lib;
|
||||
with lib.custom;
|
||||
let
|
||||
kodi-with-addons = pkgs.kodi-wayland.withPackages (kodiPkgs: with kodiPkgs; [
|
||||
inputstream-adaptive
|
||||
bluetooth-manager
|
||||
]);
|
||||
in{
|
||||
with lib.custom; let
|
||||
kodi-with-addons = pkgs.kodi-wayland.withPackages (kodiPkgs:
|
||||
with kodiPkgs; [
|
||||
inputstream-adaptive
|
||||
bluetooth-manager
|
||||
]);
|
||||
in {
|
||||
facter.reportPath =
|
||||
if (builtins.pathExists ./facter.json)
|
||||
then ./facter.json
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue