summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorJohn Ericson <Ericson2314@Yahoo.com>2017-04-17 20:22:37 -0400
committerJohn Ericson <Ericson2314@Yahoo.com>2017-04-17 20:22:37 -0400
commit9169f3c92471702b48a9553f7438a1b3018339de (patch)
treef170396a04533cffe51ae913584ddeb0302462b9 /pkgs
parent3efc661a1de6a2ce9b98aa39283e68914297b8d7 (diff)
downloadnixlib-9169f3c92471702b48a9553f7438a1b3018339de.tar
nixlib-9169f3c92471702b48a9553f7438a1b3018339de.tar.gz
nixlib-9169f3c92471702b48a9553f7438a1b3018339de.tar.bz2
nixlib-9169f3c92471702b48a9553f7438a1b3018339de.tar.lz
nixlib-9169f3c92471702b48a9553f7438a1b3018339de.tar.xz
nixlib-9169f3c92471702b48a9553f7438a1b3018339de.tar.zst
nixlib-9169f3c92471702b48a9553f7438a1b3018339de.zip
release-cross: Fix typo preventing evaluation
Diffstat (limited to 'pkgs')
-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 67f3d55fa167..a7adb3ffedc2 100644
--- a/pkgs/top-level/release-cross.nix
+++ b/pkgs/top-level/release-cross.nix
@@ -50,7 +50,7 @@ in
     in assertTrue (
         f path { inherit system; }
         ==
-        f (["buildPackages"] ++ path) { inherit system crossSystem; };
+        f (["buildPackages"] ++ path) { inherit system crossSystem; }
       );
 
     testEqual = path: systems: forAllSupportedSystems systems (testEqualOne path);