release-cross: Fix typo preventing evaluation

wip/yesman
John Ericson 7 years ago
parent 3efc661a1d
commit 9169f3c924
  1. 2
      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);

Loading…
Cancel
Save