liminix/examples/acquire-wan-address.nix
Daniel Barlow 0a737c62cd convert acquire-wan-address to writeFennel
this means we can get rid of the inelegant environent variable
check at the bottom of the file
2023-09-12 17:51:00 +01:00

9 lines
159 B
Nix

{
writeFennel
, linotify
, anoia
}:
writeFennel "acquire-wan-address" {
packages = [ linotify anoia ];
mainFunction = "run";
} ./acquire-wan-address.fnl