top-level: Remove redundant parentheses

wip/yesman
John Ericson 8 years ago committed by John Ericson
parent a113382f2c
commit 05977b236b
  1. 4
      pkgs/top-level/default.nix

@ -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;

Loading…
Cancel
Save