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 , writeScriptBin
, linotify , linotify
, anoia , anoia
, netlink-lua
, fennel , fennel
}: }:
let packages = [ let packages = [
linotify linotify
anoia anoia
fennel fennel
netlink-lua
lua.pkgs.luafilesystem lua.pkgs.luafilesystem
]; ];
join = ps: builtins.concatStringsSep ";" ps; join = ps: builtins.concatStringsSep ";" ps;