Script to update all templates to latest version
This commit is contained in:
parent
1410e50aa3
commit
166c05e192
10
update-all.sh
Normal file
10
update-all.sh
Normal file
|
@ -0,0 +1,10 @@
|
|||
set -e
|
||||
|
||||
for d in ./*/ ; do
|
||||
echo "== updating $d == "
|
||||
pushd "$d"
|
||||
|
||||
nix flake update
|
||||
|
||||
popd
|
||||
done
|
Loading…
Reference in New Issue
Block a user