mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-12-25 23:41:42 +03:00
fix: indexers: fix path to format-dream-lock.py
This commit is contained in:
parent
9995d1330d
commit
9d02ba465b
@ -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 \
|
||||||
|
Loading…
Reference in New Issue
Block a user