create a module for round-robin
This commit is contained in:
@@ -13,7 +13,7 @@ stdenv.mkDerivation {
|
||||
propagatedBuildInputs = [ s6-rc-up-tree ];
|
||||
installPhase = ''
|
||||
mkdir -p $out/bin
|
||||
cp -p ${writeFennel "uevent-watch" {
|
||||
cp -p ${writeFennel "s6-rc-round-robin" {
|
||||
packages = [fennel anoia linotify lualinux s6-rc-up-tree] ;
|
||||
mainFunction = "run";
|
||||
} ./robin.fnl} $out/bin/s6-rc-round-robin
|
||||
|
Reference in New Issue
Block a user