top-level: Remove redundant parentheses
This commit is contained in:
parent
a113382f2c
commit
05977b236b
@ -77,9 +77,9 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
trivialBuilders = self: super:
|
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;
|
inherit lib; inherit (self) stdenv stdenvNoCC; inherit (self.xorg) lndir;
|
||||||
});
|
};
|
||||||
|
|
||||||
stdenvDefault = self: super: (import ./stdenv.nix topLevelArguments) pkgs;
|
stdenvDefault = self: super: (import ./stdenv.nix topLevelArguments) pkgs;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user