1
0
Fork 0
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:
Robert Hensing 2025-02-18 12:19:48 +01:00
parent 8a2bb811ac
commit 540e8cb908
3 changed files with 161 additions and 147 deletions

View file

@ -165,6 +165,8 @@
f = import ./packaging/components.nix {
inherit (final) lib;
inherit officialRelease;
inherit stdenv;
pkgs = final;
src = self;
};
};