Skip to content

Commit

Permalink
Merge pull request #39788 from obsidiansystems/aarch32-for-master
Browse files Browse the repository at this point in the history
lib: Improve deprecation message for `isArm`
  • Loading branch information
Ericson2314 committed May 1, 2018
2 parents 17ad831 + 57723e9 commit af55a0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/systems/inspect.nix
Expand Up @@ -42,7 +42,7 @@ rec {
isEfi = map (family: { cpu.family = family; })
[ "x86" "arm" "aarch64" ];

# Deprecated
# Deprecated after 18.03
isArm = isAarch32;
};

Expand Down

0 comments on commit af55a0c

Please sign in to comment.