refactor: rename legacyPackages to scopedPackages

This commit is contained in:
matt1432 2024-11-20 15:17:55 -05:00
parent 4f38557364
commit 838df34dfb
51 changed files with 24 additions and 23 deletions
scopedPackages/mpv-scripts

View file

@ -0,0 +1,16 @@
{
fetchurl,
buildLua,
...
}:
buildLua rec {
pname = "zenity-open-files";
version = "0.0.0";
unpackPhase = ":";
src = fetchurl {
url = "https://gist.githubusercontent.com/ntasos/d1d846abd7d25e4e83a78d22ee067a22/raw/b23b20e830bba024836f8b09412000658edee95c/kdialog-open-files.lua";
hash = "sha256-qJ/Myx0mdaRsWWd+4Mk1/SUSSI/uqQdg/vLZo2pkEwA=";
};
scriptPath = "${src}";
}