7904c6bfe9
... and we need to figure out how to do transitive dependencies, because this is not a great experience
10 lines
188 B
Nix
10 lines
188 B
Nix
{
|
|
writeFennel
|
|
, linotify
|
|
, anoia
|
|
, lua
|
|
}:
|
|
writeFennel "acquire-wan-address" {
|
|
packages = [ linotify anoia lua.pkgs.luafilesystem ];
|
|
mainFunction = "run";
|
|
} ./acquire-wan-address.fnl
|