forked from lix-project/hydra
7 lines
99 B
Bash
Executable file
7 lines
99 B
Bash
Executable file
#! /bin/sh
|
|
|
|
# Workaround for https://github.com/NixOS/nix/pull/6051
|
|
echo "some output"
|
|
|
|
mkdir $out
|