summary refs log tree commit diff
path: root/pkgs/top-level/release-cross.nix
diff options
context:
space:
mode:
authorJohn Ericson <Ericson2314@Yahoo.com>2016-12-25 10:17:03 -0800
committerJohn Ericson <Ericson2314@Yahoo.com>2016-12-27 15:41:07 -0800
commitdb0dbd0b81cdcb879186645a3eec47a9882f2366 (patch)
treea046dcb40c3c2e2489de221a6d46b4aac97cefe4 /pkgs/top-level/release-cross.nix
parent74753d01f8249ab1119314fa3d8ac60ccf6e601e (diff)
downloadnixlib-db0dbd0b81cdcb879186645a3eec47a9882f2366.tar
nixlib-db0dbd0b81cdcb879186645a3eec47a9882f2366.tar.gz
nixlib-db0dbd0b81cdcb879186645a3eec47a9882f2366.tar.bz2
nixlib-db0dbd0b81cdcb879186645a3eec47a9882f2366.tar.lz
nixlib-db0dbd0b81cdcb879186645a3eec47a9882f2366.tar.xz
nixlib-db0dbd0b81cdcb879186645a3eec47a9882f2366.tar.zst
nixlib-db0dbd0b81cdcb879186645a3eec47a9882f2366.zip
release-cross: Use the same genAttrs logic for `testOnCross` as `testOn`
Eventually we'll want to test cross-compiling *from* various platforms. For
now, its good to be consistent.
Diffstat (limited to 'pkgs/top-level/release-cross.nix')
-rw-r--r--pkgs/top-level/release-cross.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/release-cross.nix b/pkgs/top-level/release-cross.nix
index 9b6d509eae99..cbafc65195db 100644
--- a/pkgs/top-level/release-cross.nix
+++ b/pkgs/top-level/release-cross.nix
@@ -1,4 +1,4 @@
-with import ./release-lib.nix { supportedSystems = []; };
+with import ./release-lib.nix { supportedSystems = [ builtins.currentSystem ]; };
 let
   nativePlatforms = linux;