Skip to content

Commit fce5edc

Browse files
committed
lxcfs: wrap lxc.reboot.hook
1 parent 160d352 commit fce5edc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pkgs/by-name/lx/lxcfs/package.nix

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,13 @@ stdenv.mkDerivation rec {
5959
util-linux
6060
]
6161
}
62+
63+
# requires access to sleep
64+
wrapProgram "$out/share/lxcfs/lxc.reboot.hook" --prefix PATH : ${
65+
lib.makeBinPath [
66+
coreutils
67+
]
68+
}
6269
'';
6370

6471
postFixup = ''

0 commit comments

Comments
 (0)