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:
parent
31e3382129
commit
e5b87d5496
2 changed files with 5 additions and 1 deletions
|
@ -8,6 +8,7 @@
|
|||
pkgs ? (import ./nixpkgs {
|
||||
depotOverlays = false;
|
||||
depot.third_party.sources = import ./sources { };
|
||||
additionalOverlays = [ ];
|
||||
})
|
||||
, ...
|
||||
}:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue