forked from DGNum/liminix
add netlink to fennelrepl
This commit is contained in:
parent
4383462199
commit
35909c9a23
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue