Re-indent the top of pkgsFun.

This commit is contained in:
Nicolas B. Pierron 2016-03-17 20:18:03 +00:00
parent 9444d6e6de
commit a39c5ff0d8

View file

@ -126,8 +126,10 @@ let
# The package compositions. Yes, this isn't properly indented. # The package compositions. Yes, this isn't properly indented.
pkgsFun = pkgs: overrides: pkgsFun = pkgs: overrides:
with helperFunctions; with helperFunctions;
let defaultScope = pkgs // pkgs.xorg; self = self_ // overrides; let
self_ = with self; helperFunctions // { defaultScope = pkgs // pkgs.xorg;
self = self_ // overrides;
self_ = with self; helperFunctions // {
# Make some arguments passed to all-packages.nix available # Make some arguments passed to all-packages.nix available
inherit system platform; inherit system platform;