fix(nix/docker/aio): from testing phase

This commit is contained in:
sinanmohd
2025-02-13 23:48:18 +05:30
parent 11c9f7e6f0
commit a143b5bd46
6 changed files with 18 additions and 7 deletions

View File

@@ -31,7 +31,7 @@ stdenv.mkDerivation {
installPhase = ''
# patchShebangs skel
fakeroot s6-linux-init-maker -N -1 -f ${./skel} -c ${basedir} compiled
fakeroot s6-linux-init-maker -C -N -1 -f ${./skel} -c ${basedir} compiled
cd compiled
find . | cpio -Hnewc --create > $out