add download button to song view

This commit is contained in:
2022-05-27 20:44:48 +02:00
parent c30323b217
commit 758de5b110
3 changed files with 17 additions and 6 deletions

View File

@@ -4,8 +4,8 @@ with pkgs.yarn;
stdenv.mkDerivation {
name = "yarn";
buildInputs = [
nodejs-10_x
(yarn.override { nodejs = nodejs-10_x; })
nodejs
(yarn.override { nodejs = nodejs; })
mozjpeg
optipng
autoconf