Merge pull request #37484 from obsidiansystems/style-nit

top-level: Move comma for stylistic consistency

authored by John Ericson and committed by GitHub 1108d973 45e253ca

+2 -2
+2 -2
pkgs/top-level/default.nix
··· 22 22 # `*Platform`s. 23 23 localSystem 24 24 25 - # The system packages will ultimately be run on. Null if the two should be the 25 + , # The system packages will ultimately be run on. Null if the two should be the 26 26 # same. 27 - , crossSystem ? null 27 + crossSystem ? null 28 28 29 29 , # Allow a configuration attribute set to be passed in as an argument. 30 30 config ? {}