feat: Add configuration option for popularity data URL

This commit is contained in:
Vincent Ambo 2019-09-21 12:15:38 +01:00 committed by Vincent Ambo
parent e4d03fdb17
commit 64f74abc4d
5 changed files with 12 additions and 5 deletions

View file

@ -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; };