summaryrefslogtreecommitdiffstats
path: root/pkgs/top-level/release-cross.nix
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/top-level/release-cross.nix
parent3efc661a1de6a2ce9b98aa39283e68914297b8d7 (diff)
release-cross: Fix typo preventing evaluation
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 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);