nixos/state: add default value

This commit is contained in:
Gabriel Arazas 2024-11-19 20:37:26 +08:00
parent bba6b43ed6
commit d3d53f3146
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360

View File

@ -13,6 +13,7 @@
freeformType = with lib.types; attrsOf anything; freeformType = with lib.types; attrsOf anything;
default = { }; default = { };
}; };
default = { };
description = '' description = ''
A set of values referring to the system state for use in other parts of A set of values referring to the system state for use in other parts of
the NixOS system. Useful for consistent values and referring to a single the NixOS system. Useful for consistent values and referring to a single