mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-12-04 20:22:14 +03:00
fix broken format-dream-lock.py
This commit is contained in:
parent
6882b06562
commit
c121372991
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user