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
|