fix: indexers: fix path to format-dream-lock.py

This commit is contained in:
DavHau 2022-11-11 18:25:04 +01:00
parent 9995d1330d
commit 9d02ba465b

View File

@ -59,7 +59,7 @@ utils.writePureShellScriptBin
$translateBin $TMPDIR/args.json $translateBin $TMPDIR/args.json
cat $dreamLockPath \ cat $dreamLockPath \
| python3 ${../cli/format-dream-lock.py} \ | python3 ${../../utils/cli/format-dream-lock.py} \
| sponge $dreamLockPath | sponge $dreamLockPath
${pkgs.python3.pkgs.jsonschema}/bin/jsonschema \ ${pkgs.python3.pkgs.jsonschema}/bin/jsonschema \