From abf27609c6ffd4d90932219a2c839679fbeb0da3 Mon Sep 17 00:00:00 2001 From: John Ericson Date: Tue, 1 Aug 2017 13:15:08 -0400 Subject: [PATCH] top-level: Move comma for stylistic consistency --- pkgs/top-level/default.nix | 4 ++-- 1 file 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 ? {}