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

nix: fix-up nixpkgs input version in flake

This commit is contained in:
Yury Shvedov
2025-03-09 16:21:15 +03:00
parent 06c50e052d
commit ec926bad0f
2 changed files with 16 additions and 12 deletions

View File

@@ -4,6 +4,8 @@
inputs = {
ymExe.url = "https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.41.1.exe";
ymExe.flake = false;
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
};
outputs = { self, ymExe, nixpkgs, flake-utils }: