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:
14
.github/workflows/build.yml
vendored
14
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user