nixos-configs/home/mpv/scripts/touch-gestures.nix
matt1432 a7b7966d52
All checks were successful
Discord / discord commits (push) Has been skipped
refactor: improve custom packages' versioning
2024-03-25 22:42:23 -04:00

12 lines
156 B
Nix

{
touch-gestures-src,
buildLua,
...
}:
buildLua {
pname = "touch-gestures";
version = touch-gestures-src.shortRev;
src = touch-gestures-src;
}