summary refs log tree commit diff
path: root/lib/default.nix
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2019-04-27 20:37:42 -0400
committerMatthew Bauer <mjbauer95@gmail.com>2019-04-30 12:59:03 -0400
commita52e317200eca8ef7b8c6d6b77336a6a9f397a0e (patch)
tree41e69059241b74436455309b1582d68e27dc5b1e /lib/default.nix
parent366f70e3455297ea4f0c9eafea08b8df4bd4bed6 (diff)
downloadnixpkgs-a52e317200eca8ef7b8c6d6b77336a6a9f397a0e.tar
nixpkgs-a52e317200eca8ef7b8c6d6b77336a6a9f397a0e.tar.gz
nixpkgs-a52e317200eca8ef7b8c6d6b77336a6a9f397a0e.tar.bz2
nixpkgs-a52e317200eca8ef7b8c6d6b77336a6a9f397a0e.tar.lz
nixpkgs-a52e317200eca8ef7b8c6d6b77336a6a9f397a0e.tar.xz
nixpkgs-a52e317200eca8ef7b8c6d6b77336a6a9f397a0e.tar.zst
nixpkgs-a52e317200eca8ef7b8c6d6b77336a6a9f397a0e.zip
check-meta: use system tuple in platforms
Fixes #60345
Diffstat (limited to 'lib/default.nix')
-rw-r--r--lib/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/default.nix b/lib/default.nix
index 8735b647679..3efaaf0f8f9 100644
--- a/lib/default.nix
+++ b/lib/default.nix
@@ -50,7 +50,7 @@ let
     filesystem = callLibs ./filesystem.nix;
 
     # back-compat aliases
-    platforms = systems.forMeta;
+    platforms = systems.doubles;
 
     inherit (builtins) add addErrorContext attrNames concatLists
       deepSeq elem elemAt filter genericClosure genList getAttr