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:
parent
3886843761
commit
14ac10fa85
@ -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 {};
|
||||||
|
Loading…
Reference in New Issue
Block a user