anoia users now need lfs
... and we need to figure out how to do transitive dependencies, because this is not a great experience
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
writeFennelScript
|
||||
, linotify
|
||||
, anoia
|
||||
, lua
|
||||
}:
|
||||
writeFennelScript "acquire-delegated-prefix"
|
||||
[ linotify anoia ]
|
||||
[ linotify anoia lua.pkgs.luafilesystem ]
|
||||
./acquire-delegated-prefix.fnl
|
||||
|
@@ -2,8 +2,9 @@
|
||||
writeFennel
|
||||
, linotify
|
||||
, anoia
|
||||
, lua
|
||||
}:
|
||||
writeFennel "acquire-wan-address" {
|
||||
packages = [ linotify anoia ];
|
||||
packages = [ linotify anoia lua.pkgs.luafilesystem ];
|
||||
mainFunction = "run";
|
||||
} ./acquire-wan-address.fnl
|
||||
|
Reference in New Issue
Block a user