git.delta.rocks / jrsonnet / refs/commits / 0417c49ff3ac

difftreelog

build schema is failing due to incompleteness on latest nix

qttqouwlYaroslav Bolyukin2026-04-18parent: #5fe7117.patch.diff
in: trunk

1 file changed

modifiedflake.nixdiffbeforeafterboth
64 };64 };
6565
66 # To be used with https://github.com/NixOS/nix/pull/889266 # To be used with https://github.com/NixOS/nix/pull/8892
67 schemas =67 # schemas =
68 let68 # let
69 inherit (inputs.nixpkgs.lib) mapAttrs;69 # inherit (inputs.nixpkgs.lib) mapAttrs;
70 in70 # in
71 {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 to
85 # 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 = [