feat(3p/nixpkgs): add additionalOverlays optional arg

This allows applying additional overlays to nixpkgs before
instantiating it.

Change-Id: Iee486086e13bb73e6bd20a817b1106c3cd99c935
Reviewed-on: https://cl.tvl.fyi/c/depot/+/11407
Autosubmit: flokli <flokli@flokli.de>
Reviewed-by: raitobezarius <tvl@lahfa.xyz>
Tested-by: BuildkiteCI
This commit is contained in:
Florian Klink 2024-04-13 13:43:41 +03:00 committed by flokli
parent 31e3382129
commit e5b87d5496
2 changed files with 5 additions and 1 deletions

View file

@ -8,6 +8,7 @@
pkgs ? (import ./nixpkgs {
depotOverlays = false;
depot.third_party.sources = import ./sources { };
additionalOverlays = [ ];
})
, ...
}: