From 18f478cda1f4c30d7533f4fd45be3e40f34b7a90 Mon Sep 17 00:00:00 2001 From: UserSv4 Date: Mon, 1 Apr 2024 09:52:49 +0400 Subject: [PATCH] Remove URL literals --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index b69545c..90f31a1 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "Native Yandex Music desktop client"; inputs = { - ymExe.url = https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.0.17.exe; + ymExe.url = "https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.0.17.exe"; ymExe.flake = false; };