add netlink to fennelrepl

pull/11/head
Daniel Barlow 2024-03-04 22:47:56 +00:00
parent 4383462199
commit 35909c9a23
1 changed files with 2 additions and 0 deletions

View File

@ -8,12 +8,14 @@
, writeScriptBin
, linotify
, anoia
, netlink-lua
, fennel
}:
let packages = [
linotify
anoia
fennel
netlink-lua
lua.pkgs.luafilesystem
];
join = ps: builtins.concatStringsSep ";" ps;