forked from lix-project/hydra
b1ce76c2b4
nix-support/failed is supposed to be a file, not a directory.
4 lines
67 B
Bash
Executable file
4 lines
67 B
Bash
Executable file
#! /bin/sh
|
|
mkdir -p $out/nix-support
|
|
touch $out/nix-support/failed
|