pkgs/top-level/stage: format trivialBuilders import
This commit is contained in:
parent
21c299f077
commit
d13430a8da
@ -76,10 +76,10 @@ 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 lib;
|
||||||
|
inherit (self) runtimeShell stdenv stdenvNoCC;
|
||||||
inherit (self.pkgsBuildHost) shellcheck;
|
inherit (self.pkgsBuildHost) shellcheck;
|
||||||
inherit (self.pkgsBuildHost.xorg) lndir;
|
inherit (self.pkgsBuildHost.xorg) lndir;
|
||||||
inherit (self) runtimeShell;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
stdenvBootstappingAndPlatforms = self: super: let
|
stdenvBootstappingAndPlatforms = self: super: let
|
||||||
|
Loading…
Reference in New Issue
Block a user