2024-01-17 07:54:32 +02:00
|
|
|
{
|
|
|
|
runCommand,
|
|
|
|
e11sync-static,
|
|
|
|
}:
|
|
|
|
runCommand "e11sync-static-manifest" {
|
2024-01-17 08:48:40 +02:00
|
|
|
nativeBuildInputs = [e11sync-static];
|
2024-01-17 07:54:32 +02:00
|
|
|
} ''
|
|
|
|
mkdir -p $out/CACHE
|
|
|
|
cp ${e11sync-static}/CACHE/manifest.json $out/CACHE/
|
|
|
|
''
|