fix broken format-dream-lock.py

This commit is contained in:
DavHau 2022-03-25 17:33:01 +07:00
parent 6882b06562
commit c121372991
3 changed files with 3 additions and 3 deletions

View File

@ -169,7 +169,7 @@
(dreamLock // {
_generic = builtins.removeAttrs dreamLock._generic [ \"cyclicDependencies\" ];
})
" | python3 ${../apps/cli2/format-dream-lock.py} > out
" | python3 ${../apps/cli/format-dream-lock.py} > out
tmpOut=$(realpath out)
cd $WORKDIR
@ -216,7 +216,7 @@
(dreamLock // {
_generic = builtins.removeAttrs dreamLock._generic [ \"cyclicDependencies\" ];
})
" | python3 ${../apps/cli2/format-dream-lock.py} > out
" | python3 ${../apps/cli/format-dream-lock.py} > out
tmpOut=$(realpath out)
cd $WORKDIR

View File

@ -204,7 +204,7 @@ in
> $dreamLockPath.tmp
cat $dreamLockPath.tmp \
| python3 ${../apps/cli2/format-dream-lock.py} \
| python3 ${../apps/cli/format-dream-lock.py} \
> $dreamLockPath
rm $dreamLockPath.tmp