difftreelog
build schema is failing due to incompleteness on latest nix
in: trunk
1 file changed
flake.nixdiffbeforeafterboth64 };64 };656566 # To be used with https://github.com/NixOS/nix/pull/889266 # To be used with https://github.com/NixOS/nix/pull/889267 schemas =67 # schemas =68 let68 # let69 inherit (inputs.nixpkgs.lib) mapAttrs;69 # inherit (inputs.nixpkgs.lib) mapAttrs;70 in70 # in71 {71 # {72 fleetConfigurations = {72 # fleetConfigurations = {73 version = 1;73 # version = 1;74 doc = ''74 # doc = ''75 The `fleetConfigurations` flake output defines fleet cluster configurations.75 # The `fleetConfigurations` flake output defines fleet cluster configurations.76 '';76 # '';77 inventory = output: {77 # inventory = output: {78 children = mapAttrs (configName: cluster: {78 # children = mapAttrs (configName: cluster: {79 what = "fleet cluster configuration";79 # what = "fleet cluster configuration";8080 #81 children = mapAttrs (hostName: host: {81 # children = mapAttrs (hostName: host: {82 what = "host [${host.system}]";82 # what = "host [${host.system}]";83 }) cluster.config.hosts;83 # }) cluster.config.hosts;84 # It is possible to implement this inventory right now, but I want to84 # # It is possible to implement this inventory right now, but I want to85 # get rid of `fleet.nix` file in the future.85 # # get rid of `fleet.nix` file in the future.86 # children.secrets = { };86 # # children.secrets = { };87 }) output;87 # }) output;88 };88 # };89 };89 # };90 };90 # };91 };91 };92 # Supported and tested list of deployment targets.92 # Supported and tested list of deployment targets.93 systems = [93 systems = [