convert acquire-wan-address to writeFennel
this means we can get rid of the inelegant environent variable check at the bottom of the file
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
{
|
||||
writeFennelScript
|
||||
writeFennel
|
||||
, linotify
|
||||
, anoia
|
||||
}:
|
||||
writeFennelScript "acquire-wan-address"
|
||||
[ linotify anoia ]
|
||||
./acquire-wan-address.fnl
|
||||
writeFennel "acquire-wan-address" {
|
||||
packages = [ linotify anoia ];
|
||||
mainFunction = "run";
|
||||
} ./acquire-wan-address.fnl
|
||||
|
Reference in New Issue
Block a user