Bump schema version to v0.20241006

This commit is contained in:
Zhaofeng Li 2024-11-07 15:24:37 -07:00
parent 2708c9359f
commit 1f669d4c78
2 changed files with 2 additions and 2 deletions

View file

@ -181,7 +181,7 @@ let
in rec {
# Exported attributes
__schema = "v0";
__schema = "v0.20241006";
nodes = listToAttrs (map (name: { inherit name; value = evalNode name (configsFor name); }) nodeNames);
toplevel = lib.mapAttrs (_: v: v.config.system.build.toplevel) nodes;

View file

@ -7,7 +7,7 @@
outputs = { self, hive }: {
processFlake = let
compatibleSchema = "v0";
compatibleSchema = "v0.20241006";
# Evaluates a raw hive.
#