about summary refs log tree commit diff
path: root/nixos/modules/system
diff options
context:
space:
mode:
authorRaito Bezarius <masterancpp@gmail.com>2022-11-30 18:12:13 +0100
committerCole Helbling <cole.e.helbling@outlook.com>2022-12-08 13:50:05 -0800
commit11dfbee0a4a2309515608a890e91d4d1a2a43626 (patch)
tree83640b03faa55f3aad303827bb81b8e7c2605014 /nixos/modules/system
parent9832e3e9b9c88384d5c92f33bfd980ac0503e624 (diff)
nixos/activation/bootspec: add bootspec chapter in NixOS manual
Diffstat (limited to 'nixos/modules/system')
-rw-r--r--nixos/modules/system/activation/bootspec.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/system/activation/bootspec.nix b/nixos/modules/system/activation/bootspec.nix
index aa5928ddc1538..170c07e7daf74 100644
--- a/nixos/modules/system/activation/bootspec.nix
+++ b/nixos/modules/system/activation/bootspec.nix
@@ -87,7 +87,7 @@ in
   config = lib.mkIf (cfg.enable) {
     warnings = [
       ''RFC-0125 is not merged yet, this is a feature preview of bootspec.
-        Schema is not definitive and features are not stabilized until RFC-0125 is merged.
+        The schema is not definitive and features are not guaranteed to be stable until RFC-0125 is merged.
         See:
         - https://github.com/NixOS/nixpkgs/pull/172237 to track merge status in nixpkgs.
         - https://github.com/NixOS/rfcs/pull/125 to track RFC status.