7904c6bfe9
... and we need to figure out how to do transitive dependencies, because this is not a great experience
9 lines
172 B
Nix
9 lines
172 B
Nix
{
|
|
writeFennelScript
|
|
, linotify
|
|
, anoia
|
|
, lua
|
|
}:
|
|
writeFennelScript "acquire-delegated-prefix"
|
|
[ linotify anoia lua.pkgs.luafilesystem ]
|
|
./acquire-delegated-prefix.fnl
|