nix-support/failed is supposed to be a file, not a directory.
This commit is contained in:
Eelco Dolstra 2016-02-26 19:54:32 +01:00
parent 07e5fc5618
commit b1ce76c2b4

View file

@ -1,3 +1,3 @@
#! /bin/sh
mkdir -p $out/nix-support/failed
mkdir -p $out/nix-support
touch $out/nix-support/failed