summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Ericson <Ericson2314@yahoo.com>2017-08-01 13:15:08 -0400
committerJohn Ericson <John.Ericson@Obsidian.Systems>2018-03-20 15:37:34 -0400
commitabf27609c6ffd4d90932219a2c839679fbeb0da3 (patch)
tree7a345ef1aabd4c2f0e473e3359f48a96443d43c9
parent65e24f22e69ea18b5ec638f89a87e070d4e2154a (diff)
top-level: Move comma for stylistic consistency
-rw-r--r--pkgs/top-level/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/top-level/default.nix b/pkgs/top-level/default.nix
index 9cf9eb4db658..da7fc1bed34c 100644
--- a/pkgs/top-level/default.nix
+++ b/pkgs/top-level/default.nix
@@ -22,9 +22,9 @@
# `*Platform`s.
localSystem
- # The system packages will ultimately be run on. Null if the two should be the
+, # The system packages will ultimately be run on. Null if the two should be the
# same.
-, crossSystem ? null
+ crossSystem ? null
, # Allow a configuration attribute set to be passed in as an argument.
config ? {}