Merge pull request #199425 from Mikilio/master

authored by

Naïm Favier and committed by
GitHub
6a166a5a 7e159b1a

+1 -1
+1 -1
nixos/modules/installer/tools/nixos-enter.sh
··· 101 101 LOCALE_ARCHIVE="$system/sw/lib/locale/locale-archive" IN_NIXOS_ENTER=1 chroot "$mountPoint" "$system/activate" 1>&2 || true 102 102 103 103 # Create /tmp 104 - chroot "$mountPoint" systemd-tmpfiles --create --remove --exclude-prefix=/dev 1>&2 || true 104 + chroot "$mountPoint" "$system/sw/bin/systemd-tmpfiles" --create --remove --exclude-prefix=/dev 1>&2 || true 105 105 ) 106 106 107 107 unset TMPDIR