0
0
mirror of https://github.com/cucumber-sp/yandex-music-linux.git synced 2025-04-19 23:33:42 +03:00

Add fixes to nix workflow

Previous workflow actually did not check nix build.

Change-Id: I4a9fc3c8a7fcf17aec1328fcc5f340061ac86468
This commit is contained in:
Yury Shvedov 2024-02-04 11:29:51 +03:00
parent 3886843761
commit 14ac10fa85

View File

@ -18,7 +18,7 @@
{ {
packages = rec { packages = rec {
yandexmusic = yandexmusic-with pkgs; yandexmusic = yandexmusic-with pkgs;
yandexmusic-backgroud = yandexmusic.override { yandexmusic-background = yandexmusic.override {
fixQuit = false; fixQuit = false;
}; };
yandexmusic-noflakes = pkgs.callPackage ./nix {}; yandexmusic-noflakes = pkgs.callPackage ./nix {};