mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
Move 'with helperFunctions' above the set of all packages.
This commit is contained in:
parent
a39c5ff0d8
commit
11a566b5bc
@ -125,11 +125,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 // {
|
||||
self_ = with self; helperFunctions // (with helperFunctions; {
|
||||
|
||||
# Make some arguments passed to all-packages.nix available
|
||||
inherit system platform;
|
||||
@ -16470,7 +16469,7 @@ let
|
||||
|
||||
mg = callPackage ../applications/editors/mg { };
|
||||
|
||||
}; # self_ =
|
||||
}); # self_ =
|
||||
|
||||
|
||||
aliases = import ./aliases.nix self;
|
||||
|
Loading…
Reference in New Issue
Block a user