11 lines
161 B
Nix
11 lines
161 B
Nix
{
|
|
moonythm-generator,
|
|
runCommand,
|
|
}:
|
|
runCommand "moonythm" { } ''
|
|
mkdir $out
|
|
|
|
cd ${../.}
|
|
MOONYTHM_OUT_DIR="$out" ${moonythm-generator}/bin/moonythm
|
|
''
|