Re-indent the top of pkgsFun.

This commit is contained in:
Nicolas B. Pierron
2016-03-20 14:31:25 +00:00
parent 9444d6e6de
commit a39c5ff0d8
+4 -2
View File
@@ -126,8 +126,10 @@ let
# The package compositions. Yes, this isn't properly indented.
pkgsFun = pkgs: overrides:
with helperFunctions;
let defaultScope = pkgs // pkgs.xorg; self = self_ // overrides;
self_ = with self; helperFunctions // {
let
defaultScope = pkgs // pkgs.xorg;
self = self_ // overrides;
self_ = with self; helperFunctions // {
# Make some arguments passed to all-packages.nix available
inherit system platform;