lxcfs: wrap lxc.reboot.hook

This commit is contained in:
Adam C. Stephens
2025-04-08 23:25:54 -04:00
parent 160d352c6a
commit fce5edc755
+7
View File
@@ -59,6 +59,13 @@ stdenv.mkDerivation rec {
util-linux
]
}
# requires access to sleep
wrapProgram "$out/share/lxcfs/lxc.reboot.hook" --prefix PATH : ${
lib.makeBinPath [
coreutils
]
}
'';
postFixup = ''