Commit 644f1d2b authored by Emily's avatar Emily
Browse files

Revert "Undo todo removal"

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

This revert commit 7ef7b924.
parent aa0a93a0
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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})