mirror of
https://github.com/cucumber-sp/yandex-music-linux.git
synced 2025-04-11 19:43:43 +03:00
Update generate_packages.py
This commit is contained in:
parent
b24c75d1eb
commit
ff96c6b42c
@ -40,6 +40,7 @@ def generate_arch():
|
|||||||
# Nix
|
# Nix
|
||||||
|
|
||||||
def is_nix_version_2_19():
|
def is_nix_version_2_19():
|
||||||
|
return True # CI running on arch
|
||||||
version_raw = subprocess.run(["nix", "--version"], capture_output=True, text=True).stdout
|
version_raw = subprocess.run(["nix", "--version"], capture_output=True, text=True).stdout
|
||||||
print(version_raw)
|
print(version_raw)
|
||||||
version = version_raw.split()[2]
|
version = version_raw.split()[2]
|
||||||
|
Loading…
Reference in New Issue
Block a user