0
0
mirror of https://github.com/cucumber-sp/yandex-music-linux.git synced 2025-09-28 01:29:03 +03:00

[update/flake] Fix flake.lock update periodicity

Check if exe binary was update first, then update all flake.lock only
when exe was updated.

Change-Id: I3ae7e7453cfe4ea78d1c4e598cc4a3370cd12f1d
This commit is contained in:
Yury Shvedov
2024-02-09 10:56:16 +03:00
parent d53f330413
commit 3f09e2e0d1
2 changed files with 27 additions and 2 deletions

View File

@@ -16,8 +16,8 @@ case $OS in
"Arch Linux")
echo "Arch Linux"
pacman -S --noconfirm git sudo base-devel jq nix
sh ./utility/generate_packages.sh
git config --global --add safe.directory "*"
sh ./utility/generate_packages.sh
;;
*)
echo "Operating system is not recognized."