Re-indent the top of pkgsFun.
This commit is contained in:
parent
9444d6e6de
commit
a39c5ff0d8
1 changed files with 4 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue