Revert "Undo todo removal"

Unjustified premature merge that goes against our guidelines and the
decision of another committer.

This revert commit 7ef7b92444.
This commit is contained in:
Emily
2025-03-23 16:43:46 +00:00
parent aa0a93a0ed
commit 644f1d2b79
+1 -2
View File
@@ -447,8 +447,7 @@ let
mkdir -p $root
# Copy arbitrary other files into the image
# Semi-shamelessly copied from make-etc.sh. I (@copumpkin) shall factor this stuff out as part of
# https://github.com/NixOS/nixpkgs/issues/23052.
# Semi-shamelessly copied from make-etc.sh.
set -f
sources_=(${lib.concatStringsSep " " sources})
targets_=(${lib.concatStringsSep " " targets})