fix: make debian-popcon indexer fit new indexer modules

This commit is contained in:
Yusuf Bera Ertan 2022-10-23 06:06:08 +03:00
parent dd833d1a2a
commit 95ebbc827b
No known key found for this signature in database
GPG Key ID: 1D8F8FAF2294D6EA

View File

@ -1,15 +1,11 @@
{...}: {
indexBin = {
utils,
coreutils,
curl,
gnused,
gawk,
jq,
...
}:
{
pkgs,
utils,
...
}: {
indexBin =
utils.writePureShellScript
[coreutils curl jq gnused gawk]
(with pkgs; [coreutils curl jq gnused gawk])
''
cd $WORKDIR