11 lines
177 B
Nix
11 lines
177 B
Nix
|
{
|
||
|
writeFennelScript
|
||
|
, luaSmall
|
||
|
, linotify
|
||
|
}:
|
||
|
writeFennelScript "acquire-delegated-prefix"
|
||
|
[
|
||
|
(linotify.override { lua = luaSmall; })
|
||
|
]
|
||
|
./acquire-delegated-prefix.fnl
|