0
0
mirror of https://github.com/cucumber-sp/yandex-music-linux.git synced 2025-04-07 09:43:44 +03:00

Update generate_packages.py

This commit is contained in:
Andrey Onischenko 2025-02-25 14:39:54 +03:00 committed by GitHub
parent b24c75d1eb
commit ff96c6b42c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -40,6 +40,7 @@ def generate_arch():
# Nix
def is_nix_version_2_19():
return True # CI running on arch
version_raw = subprocess.run(["nix", "--version"], capture_output=True, text=True).stdout
print(version_raw)
version = version_raw.split()[2]