diff --git a/pkgs/populate/default.nix b/pkgs/populate/default.nix index b8b8107..b807c77 100644 --- a/pkgs/populate/default.nix +++ b/pkgs/populate/default.nix @@ -8,7 +8,7 @@ let sentinelFile = "${target.path}/.populate"; in shell' target /* sh */ '' ${optionalString force /* sh */ '' - mkdir -vp ${quote (dirOf sentinelFile)} + mkdir -vp ${quote (dirOf sentinelFile)} >&2 touch ${quote sentinelFile} ''} if ! test -f ${quote sentinelFile}; then