2023-05-31 22:29:05 +00:00
|
|
|
{
|
2025-02-10 21:55:08 +00:00
|
|
|
writeFennel,
|
|
|
|
linotify,
|
|
|
|
anoia,
|
|
|
|
lualinux,
|
2023-05-31 22:29:05 +00:00
|
|
|
}:
|
2023-09-13 16:49:57 +00:00
|
|
|
writeFennel "acquire-delegated-prefix" {
|
2025-02-10 21:55:08 +00:00
|
|
|
packages = [
|
|
|
|
linotify
|
|
|
|
anoia
|
|
|
|
lualinux
|
|
|
|
];
|
2023-09-13 16:49:57 +00:00
|
|
|
mainFunction = "run";
|
|
|
|
} ./acquire-delegated-prefix.fnl
|