Merge pull request #24981 from Ericson2314/fix
release-cross: Fix typo preventing evaluation
This commit is contained in:
commit
1832a34a9a
@ -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…
x
Reference in New Issue
Block a user