summary refs log tree commit diff
path: root/lib/systems/inspect.nix
diff options
context:
space:
mode:
authorChuck <chuck@intelligence.org>2020-02-05 10:26:21 -0800
committerChuck <chuck@intelligence.org>2020-02-05 10:56:14 -0800
commit5d4821141bde599d6e40c14049b0d23bfc367b57 (patch)
tree11eb95dddc433b62e491418f650c87115fc855d6 /lib/systems/inspect.nix
parenta7835b936ed8836475ca1aab01e921c3b256776d (diff)
downloadnixpkgs-5d4821141bde599d6e40c14049b0d23bfc367b57.tar
nixpkgs-5d4821141bde599d6e40c14049b0d23bfc367b57.tar.gz
nixpkgs-5d4821141bde599d6e40c14049b0d23bfc367b57.tar.bz2
nixpkgs-5d4821141bde599d6e40c14049b0d23bfc367b57.tar.lz
nixpkgs-5d4821141bde599d6e40c14049b0d23bfc367b57.tar.xz
nixpkgs-5d4821141bde599d6e40c14049b0d23bfc367b57.tar.zst
nixpkgs-5d4821141bde599d6e40c14049b0d23bfc367b57.zip
stdenv: Remove isArm (use isAarch32 instead)
isArm has been deprecated for three releases.  All references have been
removed.  Tree-wide substitution was performed in #37401 21 months ago.
Diffstat (limited to 'lib/systems/inspect.nix')
-rw-r--r--lib/systems/inspect.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/systems/inspect.nix b/lib/systems/inspect.nix
index d1980c6dff8..01dcf0787df 100644
--- a/lib/systems/inspect.nix
+++ b/lib/systems/inspect.nix
@@ -55,9 +55,6 @@ rec {
 
     isEfi          = map (family: { cpu.family = family; })
                        [ "x86" "arm" "aarch64" ];
-
-    # Deprecated after 18.03
-    isArm = isAarch32;
   };
 
   matchAnyAttrs = patterns: