pkgs/toplevel: avoid elaborating crossSystem if not passed (#519223)

This commit is contained in:
Emily
2026-05-13 00:57:17 +00:00
committed by GitHub
+1 -1
View File
@@ -44,7 +44,7 @@ in
localSystem,
# The system packages will ultimately be run on.
crossSystem ? localSystem,
crossSystem ? null,
# Allow a configuration attribute set to be passed in as an argument.
config ? { },