dockerTools: create /tmp in rootLayer

This commit is contained in:
Tim Windelschmidt 2023-10-09 22:15:41 +02:00
parent 50f499010a
commit 19c5b4307d

View File

@ -446,7 +446,7 @@ rec {
'';
postMount = ''
mkdir -p mnt/{dev,proc,sys} mnt${storeDir}
mkdir -p mnt/{dev,proc,sys,tmp} mnt${storeDir}
# Mount /dev, /sys and the nix store as shared folders.
mount --rbind /dev mnt/dev