mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
Re-indent the top of pkgsFun.
This commit is contained in:
parent
9444d6e6de
commit
a39c5ff0d8
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user