mirror of
https://github.com/NixOS/nix
synced 2025-07-08 11:03:54 +02:00
packaging: Move layers from dependencies to components
This makes it easier to implement batch overriding for the components.
(cherry picked from commit cca01407a7
)
This commit is contained in:
parent
8a2bb811ac
commit
540e8cb908
3 changed files with 161 additions and 147 deletions
|
@ -165,6 +165,8 @@
|
|||
f = import ./packaging/components.nix {
|
||||
inherit (final) lib;
|
||||
inherit officialRelease;
|
||||
inherit stdenv;
|
||||
pkgs = final;
|
||||
src = self;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue