3f4dbfcfd3
much tidying needed, but it works
10 lines
177 B
Nix
10 lines
177 B
Nix
{
|
|
writeFennelScript
|
|
, luaSmall
|
|
, linotify
|
|
}:
|
|
writeFennelScript "acquire-delegated-prefix"
|
|
[
|
|
(linotify.override { lua = luaSmall; })
|
|
]
|
|
./acquire-delegated-prefix.fnl
|