Bump schema version to v0.20241006
This commit is contained in:
parent
2708c9359f
commit
1f669d4c78
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
outputs = { self, hive }: {
|
||||
processFlake = let
|
||||
compatibleSchema = "v0";
|
||||
compatibleSchema = "v0.20241006";
|
||||
|
||||
# Evaluates a raw hive.
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue