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

View file

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