top-level: Remove redundant parentheses

This commit is contained in:
John Ericson 2016-10-27 21:01:50 -07:00 committed by John Ericson
parent a113382f2c
commit 05977b236b

View File

@ -77,9 +77,9 @@ let
};
trivialBuilders = self: super:
(import ../build-support/trivial-builders.nix {
import ../build-support/trivial-builders.nix {
inherit lib; inherit (self) stdenv stdenvNoCC; inherit (self.xorg) lndir;
});
};
stdenvDefault = self: super: (import ./stdenv.nix topLevelArguments) pkgs;