fix ifwait deps

This commit is contained in:
Daniel Barlow
2024-03-11 22:16:49 +00:00
parent 9c22744850
commit e4ac7f19dc
2 changed files with 3 additions and 2 deletions

View File

@@ -3,8 +3,9 @@
, netlink-lua
, writeFennelScript
, runCommand
, anoia
}:
runCommand "ifwait" {} ''
mkdir -p $out/bin
cp -p ${writeFennelScript "ifwait" [netlink-lua] ./ifwait.fnl} $out/bin/ifwait
cp -p ${writeFennelScript "ifwait" [anoia netlink-lua] ./ifwait.fnl} $out/bin/ifwait
''