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

[nix] Add to README.md

Additionally remove extra variable from nix workflow

Change-Id: Ia2d572d7087c8ca9a1cdb78a6ab2b70b75352ae1
This commit is contained in:
Yury Shvedov
2024-02-04 13:55:06 +03:00
parent 22141fd0cd
commit c98511f7c1
2 changed files with 42 additions and 9 deletions

View File

@@ -58,11 +58,11 @@ jobs:
uses: cachix/install-nix-action@v22
- uses: DeterminateSystems/magic-nix-cache-action@v2
- name: Build yandexmusic
run: NIXPKGS_ALLOW_UNFREE=1 nix build --impure .#yandexmusic
- name: Build yandexmusic background
run: NIXPKGS_ALLOW_UNFREE=1 nix build --impure .#yandexmusic-background
- name: Build yandexmusic without flakes binaries
run: NIXPKGS_ALLOW_UNFREE=1 nix build --impure .#yandexmusic-noflakes
- name: Build yandexmusic
run: nix build --impure .#yandexmusic
- name: Build yandexmusic background
run: nix build --impure .#yandexmusic-background
- name: Build yandexmusic without flakes binaries
run: nix build --impure .#yandexmusic-noflakes