From 644f1d2b7931459bba107a4ecbdde7c12b7e5cf3 Mon Sep 17 00:00:00 2001 From: Emily Date: Sun, 23 Mar 2025 16:41:13 +0000 Subject: [PATCH] Revert "Undo todo removal" Unjustified premature merge that goes against our guidelines and the decision of another committer. This revert commit 7ef7b9244402d49d6b6985b2ac279db6b8ba0b4b. --- nixos/lib/make-disk-image.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nixos/lib/make-disk-image.nix b/nixos/lib/make-disk-image.nix index cc9a667ccccd..25d801a0ea1c 100644 --- a/nixos/lib/make-disk-image.nix +++ b/nixos/lib/make-disk-image.nix @@ -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})