mirror of
https://github.com/NixOS/nix
synced 2025-06-24 22:11:15 +02:00
packaging: Move layers from dependencies to components
This makes it easier to implement batch overriding for the components.
This commit is contained in:
parent
5facd492ad
commit
cca01407a7
3 changed files with 161 additions and 147 deletions
|
@ -155,6 +155,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