0a737c62cd
this means we can get rid of the inelegant environent variable check at the bottom of the file
9 lines
159 B
Nix
9 lines
159 B
Nix
{
|
|
writeFennel
|
|
, linotify
|
|
, anoia
|
|
}:
|
|
writeFennel "acquire-wan-address" {
|
|
packages = [ linotify anoia ];
|
|
mainFunction = "run";
|
|
} ./acquire-wan-address.fnl
|