This commit is contained in:
Chris Kruining 2024-07-23 22:34:30 +02:00
parent e01ffa4cec
commit becdaee408
8 changed files with 276 additions and 18 deletions

View file

@ -1,11 +1,5 @@
{
inputs,
options,
config,
lib,
pkgs,
...
}: let
{ inputs, options, config, lib, pkgs, ... }:
let
inherit (builtins) toJSON;
inherit (lib.attrsets) attrValues mapAttrsToList;
inherit (lib.modules) mkIf mkMerge;