refactor: use genflake for better flake inputs handling

This commit is contained in:
matt1432 2024-05-20 01:17:07 -04:00
parent 684b8a5c9e
commit 5f9dca81e1
12 changed files with 1000 additions and 697 deletions

View file

@ -1,11 +1,11 @@
{
persist-properties-src,
mpv-persist-properties-src,
buildLua,
...
}:
buildLua {
pname = "persist-properties";
version = persist-properties-src.shortRev;
version = mpv-persist-properties-src.shortRev;
src = persist-properties-src;
src = mpv-persist-properties-src;
}

View file

@ -1,11 +1,11 @@
{
pointer-event-src,
mpv-pointer-event-src,
buildLua,
...
}:
buildLua {
pname = "pointer-event";
version = pointer-event-src.shortRev;
version = mpv-pointer-event-src.shortRev;
src = pointer-event-src;
src = mpv-pointer-event-src;
}

View file

@ -1,11 +1,11 @@
{
touch-gestures-src,
mpv-touch-gestures-src,
buildLua,
...
}:
buildLua {
pname = "touch-gestures";
version = touch-gestures-src.shortRev;
version = mpv-touch-gestures-src.shortRev;
src = touch-gestures-src;
src = mpv-touch-gestures-src;
}