feat: Add configuration option for popularity data URL
This commit is contained in:
parent
e4d03fdb17
commit
64f74abc4d
5 changed files with 12 additions and 5 deletions
|
|
@ -22,7 +22,7 @@
|
|||
# all arguments of build-image.nix.
|
||||
, srcType ? "nixpkgs"
|
||||
, srcArgs ? "nixos-19.03"
|
||||
, tag ? null, name ? null, packages ? null, maxLayers ? null
|
||||
, tag ? null, name ? null, packages ? null, maxLayers ? null, popularityUrl ? null
|
||||
}@args:
|
||||
|
||||
let pkgs = import ./load-pkgs.nix { inherit srcType srcArgs; };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue