summary refs log tree commit diff
path: root/lib/systems/inspect.nix
diff options
context:
space:
mode:
Diffstat (limited to 'lib/systems/inspect.nix')
-rw-r--r--lib/systems/inspect.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/systems/inspect.nix b/lib/systems/inspect.nix
index b87320594cab..63f9fab4f675 100644
--- a/lib/systems/inspect.nix
+++ b/lib/systems/inspect.nix
@@ -42,7 +42,7 @@ rec {
     isEfi          = map (family: { cpu.family = family; })
                        [ "x86" "arm" "aarch64" ];
 
-    # Deprecated
+    # Deprecated after 18.03
     isArm = isAarch32;
   };