convert anoia.fs to use lualinux instead of lfs

This commit is contained in:
Daniel Barlow
2024-04-24 20:44:32 +01:00
parent 834858d5bc
commit dbd1264352
4 changed files with 27 additions and 12 deletions

View File

@@ -1,6 +1,7 @@
{
lua
, nellie
, lualinux
, writeFennel
, runCommand
, anoia
@@ -15,7 +16,7 @@ stdenv.mkDerivation {
installPhase = ''
mkdir -p $out/bin
cp -p ${writeFennel "uevent-watch" {
packages = [fennel anoia nellie lua.pkgs.luafilesystem];
packages = [fennel anoia nellie lualinux];
mainFunction = "run";
} ./watch.fnl} $out/bin/uevent-watch
'';