update acquire-delegated-prefix to use svc.events

This commit is contained in:
Daniel Barlow
2023-09-13 17:49:57 +01:00
parent fa040a194c
commit 92e107d77c
3 changed files with 34 additions and 58 deletions

View File

@@ -1,9 +1,10 @@
{
writeFennelScript
writeFennel
, linotify
, anoia
, lua
}:
writeFennelScript "acquire-delegated-prefix"
[ linotify anoia lua.pkgs.luafilesystem ]
./acquire-delegated-prefix.fnl
writeFennel "acquire-delegated-prefix" {
packages = [ linotify anoia lua.pkgs.luafilesystem ];
mainFunction = "run";
} ./acquire-delegated-prefix.fnl