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:
parent
b24c75d1eb
commit
ff96c6b42c
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user