From c62eaf248f1fe7653f37427e70ce4741cf9a1c2d Mon Sep 17 00:00:00 2001 From: John Ericson Date: Fri, 26 Jan 2024 01:20:07 -0500 Subject: [PATCH] Remove now-unneeded workaround --- t/jobs/dir-with-file-builder.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/t/jobs/dir-with-file-builder.sh b/t/jobs/dir-with-file-builder.sh index e51c6558..8592a1e8 100755 --- a/t/jobs/dir-with-file-builder.sh +++ b/t/jobs/dir-with-file-builder.sh @@ -1,7 +1,4 @@ #! /bin/sh -# Workaround for https://github.com/NixOS/nix/pull/6051 -echo "some output" - mkdir $out echo foo > $out/a-file